Contents
Display Legacy Contents

 Print
    Table Add Line    
Add a line to a specified table control.

Parameters

Table Control <unquoted string>

The name of the specified table control.
   
Line <unquoted string>

The index of the line that the user wants to add.
   
Value <string>

The value of the first column of the table.
   
(...)
 
Nth-Value <string>

The value of the nth-column of the table.

     
  • This action has no effect on the Database Table.
  • If the user puts in parameter line, this action adds a line to the end of the table.
  • If, for example, have a table with 4 lines and use this action to add a record on line 5 or 6 (and soo far), this action have no effect.

See also
Samples

 
 
Updated: 4/8/2016 10:17 AM