ShellWorker
Registered User.
- Local time
- Yesterday, 18:30
- Joined
- Sep 23, 2008
- Messages
- 12
Here’s the problem:
When I execute the following line of code:
Format(X, "000000")
Where X = "0S111", It returns:
0S111
Which is what I want.
But...
When I execute the same line of code where X = "0E111", It returns:
000000
Which is NOT what I want. I wanted it to return:
0E111
Any ideas?
When I execute the following line of code:
Format(X, "000000")
Where X = "0S111", It returns:
0S111
Which is what I want.
But...
When I execute the same line of code where X = "0E111", It returns:
000000
Which is NOT what I want. I wanted it to return:
0E111
Any ideas?