VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Check for extended ASCII

Alex Bylund  (1 Submission)   String Manipulation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Checks to make sure the contents of a TextBox or String are only standard ASCII; If it has any extended ASCII, the function will return False.

Assumes
Use like this: If Valid_ASCII(Text1) = False Then MsgBox "Invalid chars!" Exit sub End If

Rate Check for extended ASCII (3(3 Vote))
Check for extended ASCII.bas

Check for extended ASCII Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters