On 8 March 2011 17:21, Richard S. Russell <[email protected]> wrote: > Another reason why I periodically drop the idea in the FileMaker suggestion > box to have an IsNumeric function.
If it's just a matter of testing for digits then you could use Filter. For example: IsNumeric( string ) = ( Filter ( string ; "0123456789" ) = string ) -- Tim Mansour <[email protected]> Neologica Print & Promotions ABN 63 904 335 408 Certified FileMaker 10 Developer PO Box K1163 : Haymarket NSW 1240 Mobile 0405 500 846
