I want to do a more complex Send. Seomthing like. . .
Send (GetAliasOption("myalias," "match") & "is an alias of mine")
Is there a way to do that? What's the correct syteax? basically I want to be able to send a combination of string within quotes plus other variables obtained from Script commands, like GetAliasInfo, GetTriggerInfo, etc.
Send (GetAliasOption("myalias," "match") & "is an alias of mine")
Is there a way to do that? What's the correct syteax? basically I want to be able to send a combination of string within quotes plus other variables obtained from Script commands, like GetAliasInfo, GetTriggerInfo, etc.