Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi all,

how to check a textbox value is character?

to check a textbox value is number using IsNumeric right?

how about character?

 

please help me

thanks in advance

Posted

If what you want is to find out if that character it's something neither numeric or alphanumeric, a comma(,) or something like that you'll have to compare the char with the ASCII table using CHR or ASC commands.

 

There's a IsPontuation too but as the compare method get complicated I like the good old ASCII table better...

 

Alex :p

Software bugs are impossible to detect by anybody except the end user.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...