conversion

  • Thread starter Thread starter Guest
  • Start date Start date
To convert to text you should use the function cstr
Cstr(MyNumber) - will return string
 
You can use:

* CStr() function - returning String
* Format$() function - returning String
* Format() function - returning Variant of String sub-type.
 
Back
Top