Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Text for Commands
#2
id - 59648 used incorrectly, don't know what you wanted to do.

if child(id("*" "static" "C332 - PCN-TERM - [91]192.168.0.50]" 1 409 339))= M
...
else child(id("*" "static" "C332 - PCN-TERM - [91]192.168.0.50]" 1 409 339))= F

used incorrectly. Use something like

Macro
Code:
Copy      Help
int w1=child("*" "static" ...)
str s.getwintext(w1)
if(s="M")
,...
else if(s="F")
,...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)