Value at the specified location
Member of Grid Item (PRIM_GDIT)
Data Type - Variant
Name | Type | Data Type | Description |
---|---|---|---|
Column | *Input | Integer | Column from which to obtain the value |
ValueAt can be used to get a value from a list cell. This allows a value to be retrieved without needing to use LANSA list commands such as GET_ENTRY, and without needing to know the fields being used as the source of a column.
This example retrieves a value from a variable column number.
#Value := #List.CurrentItem.ValueAt<#Column>
Febuary 18 V14SP2