CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2000
    Location
    Germany
    Posts
    448

    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

  2. #2
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: Tabs in VB strings

    Is this what your after?
    yourstring$ = yourstring$ & vbtab

    David Paulson

  3. #3
    Join Date
    Jun 2000
    Location
    Germany
    Posts
    448

    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
  •  





Click Here to Expand Forum to Full Width

Featured