Search found 3 matches

by trz
Sat May 02, 2020 4:05 am
Forum: Support
Topic: Can I customize distance of two items added by AddNL in one line?
Replies: 4
Views: 15138

Re: Can I customize distance of two items added by AddNL in one line?

yes, adding space char is simple solution. by some reason, I don't want space char in item, is there a other solution?
by trz
Fri May 01, 2020 2:18 pm
Forum: Support
Topic: Can I customize distance of two items added by AddNL in one line?
Replies: 4
Views: 15138

Can I customize distance of two items added by AddNL in one line?

Hello,
TV.AddNL('aaa',1,-1);
TV.AddNL('bbb',1,-1);

the result is: aaabbb .
How can I get the result: aaa bbb ?

thank you very much.