Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

isString function equivalent

Status
Not open for further replies.

wrbodine

Programmer
Joined
Aug 24, 2000
Messages
302
Location
US
Hi,

Is there a function or something that can be used to check if something is a string? (like isNumeric is used to check if something is a number?)

Thanks!
Ray
 
Use the TypeName function.

If TypeName(MyVarName) = "String" Then ... Jon Hawkins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top