Michael Gottlieb wrote:

(as he continues in his quest to banish the dreaded C-spec, he asks......)


Is there a replacement for TESTN in /free?
How do you check a character field for valid numerics?


First off, TESTN probably never did quite what you wanted anyways. For example, strings like '123F' and '456G' test as valid numerics, which may or may not fit what you're doing.


One alternative way to test for numerics is "%CHECK('0123456789':STRING)". Another is to just convert the string to a number using %DEC() or %INT(), and MONITOR for any exception. The latter is probably best if you intent to convert to a numeric value anyways.

Cheers! Hans



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.