Contents
Display Legacy Contents

 Print
    Table Find    
Find a specified value on a control table.

Parameters

Table Control <unquoted string>
  The name of the specified table control.
   
Column <unquoted string>
  The name of the table column.
   
Compare as <unquoted string> 
 
Defines if the user wants to compare the values as a string or numeric values. Also have the possibility to compare as string not case sensitive or string case sensitive.
   
Value <string>
  The value to be compared.
   
Start Line <numeric> 
  The index where the comparison action is started. 
   
Target <string> or <numeric> 
 
The control or variable where the returned value is stored. When the returned value is -1, line is not found, otherwise the returned value is the index of the line. 

     
 

    See also
    Samples

     
     
    Updated: 4/8/2016 10:19 AM