When writing this field, should it be right-justified?
Value |
Meaning |
left |
Default. When writing the field and padding mode is active, write data starting at the leftmost position and clear any remaining positions with the active padding character.
Even if padding mode is not active, many operations still clear to the right, such as HostScreen.SetText() which will clear any extra data using blanks. |
right |
Right-justify the data into the available field. Pad starting from the left any additional characters using the active padding character (or blank if padding character is the special null \0 setting). |