Alias
¶
Provides a way to query whether a given alias exists. See /alias.
Forms¶
bool Alias[Name]
¶
- Returns bool indicating if named aliase exists
Usage¶
| prints TRUE if the /yes alias exists
/echo ${Alias[/yes]}
-- prints true if the /yes alias exists
print(mq.TLO.Alias('/yes')())