Xbasic
Argument_List Data Structure
Description
The Argument_List data structure is a comma delimited list in the format:
: Argument_Name_1 | Type_1, : Argument_Name_2 | Type_2,...,: Argument_Name_N | Type_N
The Type argument can have any of these values:
- "C"
Character
- "D"
Date
- "L"
Logical
- "N"
Numeric
Limitations
Desktop applications only.