January 29, 200521 yr Hi,With Tabs.for example:Tabs="0R,10L,140C,270R,280R" etc.Hope it helps,Jan"Beatus Ille Procul Negotiis" Jan "Beatus ille qui procul negotiis..."
January 29, 200521 yr Thank you - that got me looking in the right place. I also found the Adjust="Right" attribute, for the simple case of when the entire string needs to be right-justified.Thanks!Dave
January 30, 200521 yr It is also possible to use the format specifications: e.g. a string should be 5 chars long and right justified:....! 5s!....If the format is specified with the full count of chars (5 here) and a preceeeding space is used, the text is right aligned and not left (or you could say padded with spaces to the left).E.g.....!05d!....would format an integer number and padd it with zero to the left.Arne Bartels
Create an account or sign in to comment