Hi there, I'm pretty sure there is a way to do this, but I can't remember how and I can't seem to find the answer anywhere.
ok, my output is a collection of strings, each string has individual parts that are different lengths, ie a company name is one section of the string, there are 5 different sections, but they are stored as 1 string. How can I get the output to "line up" even though the section lengths are different. And I need it in a label or textbox, not a file.
example output:
number -> 50001 comp ->'94' CONSTRUCTION CORP. name-> LARRY
number -> 170412500 comp -> FOSELLI CONSTRUCTION name-> " FOSELLI
ok, my output is a collection of strings, each string has individual parts that are different lengths, ie a company name is one section of the string, there are 5 different sections, but they are stored as 1 string. How can I get the output to "line up" even though the section lengths are different. And I need it in a label or textbox, not a file.
example output:
number -> 50001 comp ->'94' CONSTRUCTION CORP. name-> LARRY
number -> 170412500 comp -> FOSELLI CONSTRUCTION name-> " FOSELLI