Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selecting Text within a Function
#2
Try this.

Function:
Code:
Copy      Help
str b = "Text Here"
Acc a=acc("" "TEXT" "login" "Edit" "" 0x1800 0x0 0x20000040)
a.SetValue(b)

----------------------------------------

Or you can make the str get the text of an id or window using getwintext.

-----------------------------------------

or something like this?

Code:
Copy      Help
str b
if(!inp(b "Please enter the Account to Log Into Here." "Login Details")) ret
Acc a=acc("" "TEXT" "login" "Edit" "" 0x1800 0x0 0x20000040)
a.SetValue(b)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)