Documentation

execalias

execalias

Syntax: zs.execalias(aliasname,arguments)

Executes a zScript alias.

Examples:

zs.execalias("test")
Executes the "test" alias
zs.execalias("test",123)
Executes the "test" alias and passes the number 123 as the first %1 argument to the alias

Add comment

Login or register to post comments