Results 1 to 2 of 2

Thread: Numeric validation of text box

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2001
    Posts
    57

    Talking Numeric validation of text box

    How can I validate whether a text box's value is numeric or not?

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    Code:
    If IsNumeric(Text1.Text) Then .....
    -= a peet post =-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width