If I output plain text containing tab (#9) characters such as:
'One'#9'Two'#9'Three'
using Write(), for example, I get some perfectly reasonable out like:
'One Two Three'
There is no particular problem here, but I wondered exactly how VPE is treating tabs internally to get this result? Can the amount of white space corresponding to each tab character be controlled?
Thanks.