1
Find And Run Robot / Re: Need help with optional parameters in aliases
« on: April 27, 2009, 05:21 AM »
I've testing it more and i think i have a problem
I use this regular expression : ^rtm|gtd
I type rtm ++ arg1 ++ arg 2
the arg1 my program receives is "++ . arg1"
EDIT : My fault, i didn't realize that the ++ as parameter separator is not implemented in current release.
typing rtm ++ arg1 arg2 arg3 works fine.
I use this regular expression : ^rtm|gtd
I type rtm ++ arg1 ++ arg 2
the arg1 my program receives is "++ . arg1"
EDIT : My fault, i didn't realize that the ++ as parameter separator is not implemented in current release.
typing rtm ++ arg1 arg2 arg3 works fine.