This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Returns a string containing the list of User Defined Functions (UDF) and Declare Functions (API) inside current script.
Syntax
s = APP_ListFunctions [(ListSeparator)]
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
ListSeparator |
String |
Yes |
Specify a separator that will be placed between every function. If empty, $TAB will be used as list separator. |
Remarks
After Function name will be placed function type (UDF or API) separated by a colon ":".
For example:
MyFunction:UDF
AllocConsole:API
Restrictions
See also
Examples