Equals-to option value provided in the exec or run commands.
Syntax: @equaloption(str)
str: string
Return: string
returns the text to the right of the “
str=” option provided in the
exec or
run commands.
If the str keyword is not found, the function will return an empty string.
Example
For example, if you have specified the option “kernel=tri” in your exec command,
string opt = @equaloption("kernel")
will return the string “TRI”.
Cross-references