Search found 5 matches

by yuvaraj
Fri Jul 03, 2009 11:30 am
Forum: Technical / Scripting
Topic: call by reference - help required urgent
Replies: 3
Views: 3200

Thanks for the information.

So, it means there no way I can get it the following way

Code: Select all

Let>VAREXPLICIT=1
Let>var=123
GoSub>PRO,var

SRT>PRO
  Let>pro_var_value=%PRO_Var_1%
........
END>PRO
by yuvaraj
Fri Jul 03, 2009 7:35 am
Forum: Technical / Scripting
Topic: call by reference - help required urgent
Replies: 3
Views: 3200

call by reference - help required urgent

hello, I am trying to the following: Let>VAREXPLICIT=1 Let>var=123 GoSub>PRO,var SRT>PRO Let>pro_var=%PRO_Var_1% END>PRO I am trying to get the value of 'var' i.e. 123 inside the PRO subroutine. For which I tried to use %%PRO_Var_1%%, which returned the same thing. I want to know the variable name a...
by yuvaraj
Fri Jun 19, 2009 12:23 pm
Forum: Technical / Scripting
Topic: text on stdout
Replies: 3
Views: 4620

Thanks a lot for the effort Gale.

But, I am trying to print the text using the uncompiled script itself. I will be editing the script so many times. Do you have any ideas in which I can do without making the 'exe' file.
by yuvaraj
Fri Jun 19, 2009 10:22 am
Forum: Technical / Scripting
Topic: text on stdout
Replies: 3
Views: 4620

text on stdout

hi, I am trying to print a text on console from where I am executing the 'scp' script using command line. Here is the sample, that I got it from the forum: ---------------------- GetWindowProcess>C:\WINDOWS\system32\cmd.exe,pid,pname LibFunc>kernel32,AttachConsole,aok,pid LibFunc>kernel32,GetStdHand...
by yuvaraj
Tue Jun 16, 2009 3:42 pm
Forum: Beginners
Topic: clickTag with "Microsoft Internet Explorer" dialog
Replies: 0
Views: 3173

clickTag with "Microsoft Internet Explorer" dialog

hello, Am trying to automate configuration in "NETGEAR Access point". After entering all the values I will be cliking "Apply" button at the end of the page. When I do that, a dialog box appears "WPS will be disabled ...." with options "OK" and "Cancel". I recorded this successfully in the web record...
Sign up to our newsletter for free automation tips, tricks & discounts