|
-
May 22nd, 2006, 06:56 AM
#1
Thread Starter
Lively Member
[RESOLVED] How to change variable integer to string variable
Hi all,
I have a variable as a number
Dim Number1 as integer
Dim Charecter1 as string
ex.
Number1= "12345"
after vb code will be
charecter1 = "12345"
which at the end i will be converting all my number variable to be as charecter varible.
Thanks in advance for your help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|