00010 INPUT FIELDS "6,4,2/FMT(Y),[d]SaT": VALUD$
"FMT(Y)" is a bit too narrow for some fonts, causing the values to be "Chopped Off" for some monitors.
By using 2/FMT(Y), there is plenty of room, but I would really like to center the value.
Is there a way to accomplish this?
Centering FMT(Y) for use with input.
Moderators: Susan Smith, admin, Gabriel
I think I was confusing FMT with PIC.
Unfortunately FMT is not described on the wiki. I don't know how that came about. However, it is a part of the Advanced Capabilities Manual.
It turns out that any character other than the specific FMT control characters is regarded as an insertion character. This includes blank spaces. So FMT( G) produces the desired results.
That is a blank ahead of the entry character (e.g. G) is skipped during data entry and positions the proportional entry character in the center of a two position field.
Unfortunately FMT is not described on the wiki. I don't know how that came about. However, it is a part of the Advanced Capabilities Manual.
It turns out that any character other than the specific FMT control characters is regarded as an insertion character. This includes blank spaces. So FMT( G) produces the desired results.
That is a blank ahead of the entry character (e.g. G) is skipped during data entry and positions the proportional entry character in the center of a two position field.