Zero fill a character field. (Replaces all blanks with '0's) This function is usually run in conjunction with 'rjust' and 'take' in order to make loan numbers match in two separate files.
zfill LOANID
zfill ' 1234567'
zfill TextField
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
TextField | Text | Field, Constant | No |
Type: Text
Data with zeroes replacing blanks.