JoJo Learnings
Tuesday, January 25, 2011
convert a number variable into a string Visual Basic
To convert a number variable into a string in Visual Basic you would use the CStr (Convert to String) command;
1: Dim NoFrogs as integer
2: txtBox.text = CStr(NoFrogs)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment