i have a problem getting the waitforstring method to work when i specify column only.
i have an * that may or maynot appear in column 2.
i am using the following coding:
M1=Sess0.Screen.WaitForString ("*", ,2)
If M1 Then
Sess0.Screen.putstring "1",20,1
End If
this does not recognize the * in column 2
i have also tried M1=Sess0.Screen.WaitForString ("*",[col 2]) as well but this will find * anywhere on the screen.
is there another method i can use? what am i doing wrong?
thanks
vzac
i have an * that may or maynot appear in column 2.
i am using the following coding:
M1=Sess0.Screen.WaitForString ("*", ,2)
If M1 Then
Sess0.Screen.putstring "1",20,1
End If
this does not recognize the * in column 2
i have also tried M1=Sess0.Screen.WaitForString ("*",[col 2]) as well but this will find * anywhere on the screen.
is there another method i can use? what am i doing wrong?
thanks
vzac