Message 1 of 3
Tab Text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I am writing a Vb.Net "Addin" for inventor that creates HTML code.
I need to be able to "TAB" the right most string so that the output lines up.
For example (Before TAB),
1 HELLO
12 TO
123 THE
1234 WORLD
However, I need the right hand text to line up, thus....
1 HELLO
12 TO
123 THE
1234 WORLD
Does anybody know how to do this using HTML "TAB" as the left side text can be anything from one to 20 characters in length???
Many thanks in advance!
Darren