Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
X
X
X
expr list_curr(list-name,col) list list-name int col
list-name | specifies the list.
|
col | specifies the column. |
{ list xx; xx = list_open("20 16 10", 1000, "RTList"); list_mod(xx, 1, "1", "2", "3"); list_mod(xx, 1, "4", "5", "6"); printf(list_curr(xx, 2)); list_close(xx); }