|
-
April 21st, 2001, 04:35 AM
#1
Tabs in VB strings
Hi there!
How can I use tabs in VB strings? In VC++ I can use the escape sequence '\t' for this. Is there anything similar to that in VB?
Any help would be gratly appreciated!
--------------------------------------------------
Visit our new forum: www.maxcode.com
Feel free to contact me via ICQ# 82806695
-
April 21st, 2001, 08:25 AM
#2
Re: Tabs in VB strings
Is this what your after?
yourstring$ = yourstring$ & vbtab
David Paulson
-
April 22nd, 2001, 12:12 AM
#3
Re: Tabs in VB strings
cool thanks!
--------------------------------------------------
Visit our new forum: www.maxcode.com
Feel free to contact me via ICQ# 82806695
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
|