N
news.microsoft.com
Hi all,
I search without succes how to insert "TAB" to text
I use Space() String1 & space(50-len(string1)) & string2 to align
my text but the result don't match
in real the len of empty and filled string aren't the same
so the solution is to add a "tab" eg: if len of string1 < 15 add 2 tab
else add 1 tab
tks for help
I search without succes how to insert "TAB" to text
I use Space() String1 & space(50-len(string1)) & string2 to align
my text but the result don't match
in real the len of empty and filled string aren't the same
so the solution is to add a "tab" eg: if len of string1 < 15 add 2 tab
else add 1 tab
tks for help