ListColumn
Return an array of values from a form grid.
Core function
Syntax
ListColumn( grid_name, column_name )
Parameters
Parameter | Description |
---|---|
grid_name | The field name of the form grid. |
column_name | The field name of the column in the grid. |
Description
ListColumn is a top-level function and is not associated with any object.
You can use this function to obtain a list of the values in a particular column of a grid.
Examples
An array list can be obtain as follows: