VBGamer |
|
Re: C++2VB Jack Hoxley (0 replies, 0 views) (2001-Mar-19) StrChr = Chr$() or Asc()
IsDigit = IsNumber() or Number() - check MSDN to see if they exist
IsAlpha
IsAlNum
toupper = Ucase()
sizeof = Len() or LenB()
if you go to the MSDN archives for any of those functions and follow the links (related usually) then you'll get to a list of VB's built in functions...
Jack; |