CAS 6


zfill
- Text

Summary

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.

Examples

zfill LOANID
zfill '   1234567'

Syntax

zfill TextField

Right Arguments

Name Data Type Input Type Description Optional Default
TextField Text Field, Constant No

Result

Type: Text

Data with zeroes replacing blanks.



Build 6.0.624