Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help seperating names into variables
#2
if they are all like that, you can do this.
Code:
Copy      Help
str a b
_s= "John Doe"
a.gett(_s 0 " ")
b.gett(_s 1 " ")
out _s
out a
out b

if they can vary, look up 'get token' in the qm help or 'gett' for more info.
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)