Hi I was just wondering how you can convert a integer to a string in VB6.0 im a bit of a n00b to VB thanks all
Printable View
Hi I was just wondering how you can convert a integer to a string in VB6.0 im a bit of a n00b to VB thanks all
To convert something to a String, use CStr() and to convert something to an Integer, use CInt(). :thumb: