Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
if variable = """""
#1
i am having issues after getting wintext from a dialog
Code:
Copy      Help
str a.getwintext(id(3 "Dialog"))
rep
,if a=run 1 time
,,goto b
,,ret
,else , break
it wont let me use if a=run 1 time now if i had the id(3 in dialog be 100 it would work
say it was
Code:
Copy      Help
rep
,if a=100
,,goto b
,,ret
,else, break
that would work i just cant seem to get it to work on if a=run 1 time that error says
Error in function: missing ( after function name, or ; after statement.
maybe i have to use if a ="run 1 time" any help let me know thanks..


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)