newbie questions
newbie questions
(OP)
Hi everyone,
I just started learning to program in Extra and i have a few questions.
1. for example my code would be
Sess0.SCREEN.WaitForString "Select Function"
how can i write a statement to say like
if there is a string called"select function" then
sendkey"1"
else
sendkey"2"
end if
2. how do i switch between two sessions?
3. how to write a command to select from row 3 colums 5 to row 9 column 6 and print selections.
Thank you very much!
Kevin
I just started learning to program in Extra and i have a few questions.
1. for example my code would be
Sess0.SCREEN.WaitForString "Select Function"
how can i write a statement to say like
if there is a string called"select function" then
sendkey"1"
else
sendkey"2"
end if
2. how do i switch between two sessions?
3. how to write a command to select from row 3 colums 5 to row 9 column 6 and print selections.
Thank you very much!
Kevin
RE: newbie questions
RE: newbie questions
Second, check out the FAQ section as I've answered quite a few questions in there.
Now, to answer your question, or at least try. I don't entirely understand what you're trying to do. It is possible to select the region you've defined, but what selections are you trying to print? Print to where, the screen, Excel, printer? What are you doing with the information once you've got it?
Given a bit more direction we can probably get you moving in the right direction.
calculus
RE: newbie questions
RE: newbie questions
calculus
RE: newbie questions