RE: [U2] [UV] non-numeric error after passing (ANS MATCHES '0 N' ANS0)

2005-03-10 Thread Andrew Lakeland
Charles, This is a little crude, but it might work. Try to convert the input to a time. If the oconv is successfull no problem, it must be a number. If it fails because they have entered something dodgy, send the value of what they entered to yourself in an email. Mickey Mouse Test INPUT A B

RE: [U2] [UV] non-numeric error after passing (ANS MATCHES '0 N' ANS0)

2005-03-10 Thread Bill H.
I ran this on D3 (flashed and unflashed). :bptest $options ext ; ans = str('1',1024) ; if ans matches '0N' then crt 'Yes' else crt 'No' ; ans = '':char(253) ; if ans matches '0N' then crt 'Yes' else crt 'No' BpTest*323682190 . [820] Creating FlashBASIC Object ( Level 0 ) ... [241] Successful

RE: [U2] [UV] non-numeric error after passing (ANS MATCHES '0 N' ANS0)

2005-03-10 Thread Stevenson, Charles
Bill, UV same as D3. UD different (from how I read Colin). UV: Yes No UD: Yes Yes cds -Original Message- From: Bill H. I ran this on D3 (flashed and unflashed). :bptest $options ext ; ans = str('1',1024) ; if ans matches '0N' then crt 'Yes' else crt 'No' ; ans =