@CalcMgrPadText

Purpose:

Fills the text with padding text before or after the text to make up the length.

For example, @CalcMgrPadText("01",5,"0",@_true) returns 01000

@CalcMgrPadText("01",5,"0",@_false) returns 00001

Syntax:

Java Class: com.hyperion.calcmgr.common.cdf.StringFunctions.padText(String,int,String,boolean)

CDF Spec: @CalcMgrPadText(text,length,padText,append)