Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check string is a numeric value?
#1
Is it possible to read a string and determine if the string is text or numbers?

Thanks,
Paul.
#2
Macro Macro1277
Code:
Copy      Help
str s="-10"
val(s 0 _i)
if(_i) out "number"
#3
Thanks Gintaras! Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)