Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Please
#4
detroit123 Wrote:I had tried something similar once... the only way i could do it was it i used "" but is there anyway to do it with just numbers and no strings ? like if i wanted a seprate function or whatever with just the numbers ... is this possible?


if you want to use numbers instead of a 'string' of numbers, use int instead of str.

Code:
Copy      Help
str a="123"
int b=123
out a
out b
int c=321
int d=b+c
out d
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)