<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Application functions > APP_ListKeywords |
Description
Returns a string containing the list of thinBasic UDTs declared at the time function is invoked.
That means only the UDTs of the current loaded modules and UDTs defined by programmer will be returned.
Syntax
s = APP_ListUDTs [(ListSeparator)]
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
ListSeparator |
String |
Yes |
Specify a separator that will be placed between every UDT name. If empty, $TAB will be used as list separator. |
Remarks
Restrictions
See also
Examples