Navigation: thinBasic Modules > Core > Application functions > APP_ListEquates |
|
Description
Returns a string containing the list of thinBasic equates (constants) declared at the time function is invoked. It means only equates of the current loaded modules will be returned.
Syntax
s = APP_ListEquates [(ListSeparator)]
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
ListSeparator |
String |
Yes |
Specify a separator that will be placed between every equate. If empty, $TAB will be used as list separator. |
Remarks
Restrictions
See also
Examples
.
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |