Search found 3 matches
- Sun May 03, 2020 11:27 am
- Forum: Support
- Topic: Can I customize distance of two items added by AddNL in one line?
- Replies: 4
- Views: 16209
Re: Can I customize distance of two items added by AddNL in one line?
Thank you very much.
- 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: 16209
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?
- 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: 16209
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.
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.