Pads a string out to the indicated blanks using spaces,
since Pascal/Z now justifies string to the right.
If length(str) equals or exceeds the requested size no
action is taken.
Requires the following gobal declarations:
TYPE string255 = string 255;
byte = 0..255;
}