xRPG Core Library Procedures - RNBQUSLFLD: getFieldNameList()
Get the list of field names in a variable.
Returns a single character variable containing the field names seperated by commas. This can be useful
when creating CSV files (often the first line is written this way to provide column names.) This can also be used in
conjunction with the
getTokens() procedure to process all the fields in a loop.
Usage:
quslfld_getFieldNameList()
| Returns: |
32000A |
varying |
n/a |
Returns the list of field names in a single variable. |