GetContents Function (Table)

Class

Table.

Action

Returns the contents of each cell in a table.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

lsContents = table.GetContents ([bRawMode])
Variable Description
lsContents The contents of the table. LIST OF STRING.
bRawMode Optional. Prevents spaces from being trimmed from items. BOOLEAN.

Notes

GetContents goes row by row in constructing lsContents.

If a cell is empty, GetContents returns an empty string.

Example

LIST OF STRING lsContents
lsContents = EmpForm.EmpTable.GetContents()