Dim intNumbers as Integer Dim strNumber as String intNumbers= "24" strNumber = CStr(intNumbers)
Egad! The code doesn't work. You need to set the CStr(intNumbers) to a variable like:Dim strNum as String = CStr(indNumbers)
Egad! The code doesn't work. You need to set the CStr(intNumbers) to a variable like:
ReplyDeleteDim strNum as String = CStr(indNumbers)