Ticket #584 ( Closed )

Short Description Need the ability to concatenate an expression to create a variable
Entered By: James Peterson When: 2000-08-15 10:34:04 Build: 2.0.6F
Categories Type: Question   Department: Product   Category: Missing Product Feature
Description
We have the need to do screen compare a mainframe screens' 
before and after contents for data integrity purposes.  
This will done by scraping data as the screen is loading 
then again after the user presses an action key.  In order 
to simplify our logic we were trying to use the LOOP 
(counter) as a concatenation to a row variable name to do 
Logic checking.  Here is a sample of what I'm trying to 
code.  Do you have any suggestions on how to get this to 
work?  

Can you do arrays?

thanks in advance,  

James

<TEDECLARE ROW CompareRow1
         NAME="mstrCaseID" TYPE="text" LENGTH=12,
         NAME="mstrpolicy_num" TYPE="text" LENGTH=12>

<TEDECLARE ROW CompareRow2
         NAME="mstrCaseID" TYPE="text" LENGTH=12,
         NAME="mstrpolicy_num" TYPE="text" LENGTH=12>

<TESECTION scrInstitutionalData
     When Screen_2_30 IS "INSTITUTIONAL DOCUMENTS">