Re: WaitFor Procedures (General questions)
Hi Damba,
Sorry to keep stretching this out, but is the /i option supported?
I am trying every swtich I can find to disable case insensitivity:
but having no luck using
WaitFor('regex:/i','1H',Esc,'+[+7mObject List|is an invalid')
or
WaitFor('regex:(-i)','1H',Esc,'+[+7mObject List|is an invalid')
or
WaitFor('regex:(-ism)','1H',Esc,'+[+7mObject List|is an invalid')
unfortunately most regexp options I have found all set an object. Event the handy site: http://www.dotnetcoders.com/web/Learning/Regex/RegexTester.aspx has a checkbox for case sensitivity!
Thanks
Barry