Anyway to indent text in a textbox?
Say you had something like this:
For i = 0 to 100
List1.additem i
Next i
And you wanted to make it look like this (indented):
Code:For i = 0 to 100 List1.additem i Next i
|
Results 1 to 4 of 4
Thread: Indenting?Threaded View
|
Click Here to Expand Forum to Full Width |