Ales Zigon
Newcomer
- Joined
- Jul 6, 2003
- Messages
- 4
Hi there!
Just playing around and got this one on my mind:
Which one wold one use:
or
and why...
Just playing around and got this one on my mind:
Which one wold one use:
Code:
myString = firstString & ControlChars.Tab & secondString
Code:
myString = firstString & vbTab & secondString
and why...