Z
zion
Hello,
In my program I get data from table with 2 fields and enter it like in
example into string array.
How can I add the right spaces to the string?
I use the function mystring.Tostring().PadLeft(10,' ') but the result is not
good.
1234567890 | ABCDEFG
12345 | ABC
12 | A
Thanks
In my program I get data from table with 2 fields and enter it like in
example into string array.
How can I add the right spaces to the string?
I use the function mystring.Tostring().PadLeft(10,' ') but the result is not
good.
1234567890 | ABCDEFG
12345 | ABC
12 | A
Thanks