How can I create a variable that will always 56 bytes long regardless of how many characters are in the original text string? I need to add trailing blanks so that the variable is always 56 bytes long. I can format and ensure the length is 56 but when I perform the length function on the variable it reduces to the true number of characters in the string.
Thanks
Anthony
Thanks
Anthony