KCML_Debug_GetPoolName
Purpose
Return the name of a global pool, if applicable
Definition
DEFSUB 'KCML_Debug_GetPoolName(p) AS KCMLString
Parameters
| p | Pool handle |
Return
Pool name if applicable
Description
Return the name of a pool created with CREATE POOL. If the pool is not a global pool, or was not created with a name, returns an empty string.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.