This worked thank so much for your help..
Sub Main()
' Set the default wait timeout value
g_HostSettleTime = 900 ' milliseconds
Dim System As Object, Sess As Object, MyScreen As Object
Set System = CreateObject("EXTRA.System")
Set Sess = System.ActiveSession...
sorry i messed that one up it is a loop inside a loop. I am trying to do like this.
' Global variable declarations
Global g_HostSettleTime%
Global g_szPassword$
Global g_ac as string
Sub Main()
' Set the default wait timeout value
g_HostSettleTime = 900 ' milliseconds
dim...
ok so this is working for me but I need to create one for an array of number like 5,7,8,10,15 etc
' Global variable declarations
Global g_HostSettleTime%
Global g_szPassword$
Global g_ac as String
dim ac
Sub Main()
' Set the default wait timeout value
g_HostSettleTime = 800 '...
sorry for the confusion.
yes i= myarea which is row 6 to columon 80 most of the screen then I need to enter next number at postion row 2.46
the print to file portion works if i do it separate. but I believe it will be a loop inside a loop if that makes sense
Thanks for looking at this
yes I want to open the file and write increment rows (6,80) then next ac is entered at (2.46)+enter then write to file and repeat til stopac
Hello all,
Can someone help with this I am trying to prompt user to enter to number example 901- 910 and then print screen area to file enter next number (2. 46) and print again.
Here is the code so far.
Thanks for any help.
-------------------------------------
'Declare our global...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.