Just looking for a string/text function that can pad a string to a specific length --- similar to the LPAD or RPAD functions in PL/SQL.
e.g. -- rebuilding a command line. The first section (string) must be 10 chars long -- but the possible values that must be put into it are 5 or 6 characters. Can I make PB pad that string to 10 chars - regardless of which of the 2 var's are selected - in one statement?
e.g. -- rebuilding a command line. The first section (string) must be 10 chars long -- but the possible values that must be put into it are 5 or 6 characters. Can I make PB pad that string to 10 chars - regardless of which of the 2 var's are selected - in one statement?