Related Topics: | ||
Description: Sets the value at the specified column and row in the specified RENO table. Note that if the specified row exists, the existing value is replaced by the new value. If the specified row is greater than the current ROW_COUNT, rows in between are filled with zeros to maintain continuity. This function returns the specified value.
Syntax: table_setvalue(Table Name, Column Index/Name, Row Index, Value)
Table Name is the name of the table used.
Column Index/Name is the column number.
Row Index is the row number.
Value is the new cell value.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.