A Allen Browne Aug 13, 2004 #2 CInt() and Str() should do the job. Examples: ? CInt("56") ? Str(99) The type casting functions have names like CDbl(), CCur(), ...
CInt() and Str() should do the job. Examples: ? CInt("56") ? Str(99) The type casting functions have names like CDbl(), CCur(), ...