conversion

O

Ofer

To convert to text you should use the function cstr
Cstr(MyNumber) - will return string
 
V

Van T. Dinh

You can use:

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