convertir de entero a cadena VB
CStr
Example:
num = 1 + 3
string = CStr(num)
string = "4"
Wrong Weasel
CStr
Example:
num = 1 + 3
string = CStr(num)
string = "4"