Skip to content

Alias

Provides a way to query whether a given alias exists. See /alias.

Forms

Type Form Description
bool Alias[ Name ] Returns bool indicating if named aliase exists

Usage Examples

| prints TRUE if the /yes alias exists
/echo ${Alias[/yes]}
-- prints true if the /yes alias exists
print(mq.TLO.Alias('/yes')())