Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
using text in qm input box
#1
need help with this

I open a qm input box. then I type in a number. how do I use that number in the place of the number (1010101) that I have in the following function:

func1
Acc a=acc("1010101" "LISTITEM" "" "SysListView32" "" 0x1001)
a.Select(SELFLAG_TAKEFOCUS|SELFLAG_TAKESELECTION)

what I want to do is every time I type a number in the input box and then run function "func1" I want the function to take the text from the input box and use it in place of the "1010101"


Im not very good at this so try to keep it as simple as possible.

thanks, nate
#2
Code:
Copy      Help
str s
inp s
Acc a=acc(s "LISTITEM" "" "SysListView32" "" 0x1001)
#3
perfect... thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)