Table of Contents

, , ,

PAD_RIGHT

Description

Pads the given string on the right with the specified character

Parameters

Attribute of the Plain Text type or string constant or calculation producing text identifying the string to pad; the character to pad with; the resulting length of the string

Example

 PAD_RIGHT ('John', '0', 6) 

returns John00