Jump to content

IB Statements/pad

From CometWiki

PAD function

Discussion: The PAD function appends blanks to a string field up to the declared length of the string.

Syntax: PAD(string-field)

Example: A$ = PAD(A$)