Thanks to all who responded to my question:  How can I ensure that a
value entered into an EditText control of a MB dialog is numeric?  The
simplest solution was offered by Michael Taylor, Martin Highham, and
Robert Crossley:

        If str$(val(teststring)) = teststring then
          'numeric
        Else
          'not
        End If

Thanks again,

Tim Nuteson
Target


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 11784

Reply via email to