VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Use a single line of API call to check if a given character is ALPHA or ALPHANUMERIC.

Roderick Thompson  (12 Submissions)   String Manipulation   VB 6.0   Unknown Difficulty   Thu 1st March 2001   Mon 8th February 2021

Use a single line of API call to check if a given character is ALPHA or ALPHANUMERIC.

API Declarations


Declare Function IsCharAlphaNumeric Lib "user32" Alias "IsCharAlphaNumericA" (ByVal cChar As Byte) As Boolean


Rate Use a single line of API call to check if a given character is ALPHA or ALPHANUMERIC. (1(1 Vote))
Use a single line of API call to check if a given character is ALPHA or ALPHANUMERIC..bas

Use a single line of API call to check if a given character is ALPHA or ALPHANUMERIC. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters