How to identify numbers in a RegEx

Stephen Barncard stephenREVOLUTION at barncard.com
Sat Mar 4 01:18:11 EST 2006


it's going to answer whatever is in it, in this case 0

did you mean

get "0"
get matchText(it, "[0-9]")
answer it

>Why doesn't this script return true?
>
>get "0"
>get matchText(tLine, "[0-9]")
>answer it
>
>Jim

-- 
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



More information about the use-livecode mailing list