Page History
Each LANSA Open function is described using this format, based on the structure of a 'C' function line:
Returns | LceFunction | (param-type | parameter1, |
param-type | parameter2 ) |
Parameters
Param-type indicates the type of value for the parameter, while parameter1 and parameter2 represent the actual variable you will declare and use in your application.
...