list_get

Returns multiple columns from a list.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X X X X X

Syntax

void list_get(list-name,variable[,variable,...])
list          list-name
ident         variable

Description

Reads the data columns from the current list position into variable.

Example

Loads the first three columns from the window list into local variables:
list_get(wl,rowid,name,salary);