How can I parse out a line like this?
[Tab][Space][Space] data data data [tab] data data
I can have any number of tabs and or spaces in the beginning of the line the line may contain tabs or spaces
AFTER the data is started. I just need to LEFT justify the the line.
ie: data data data [tab] data data
Thanks
Brandt
[Tab][Space][Space] data data data [tab] data data
I can have any number of tabs and or spaces in the beginning of the line the line may contain tabs or spaces
AFTER the data is started. I just need to LEFT justify the the line.
ie: data data data [tab] data data
Thanks
Brandt