Pad Text
Provides a padding for the text.
This activity provides padding for the given text based on the given inputs.
Input
Text :
String Argument
Input the text that is to be paddedPad Value:
String Argument
Input the value to be padded with the specified text.Total Width:
Integer Argument
Input the total width of the text after padding.Pad Text From: Select where the specified text is to be padded.
PadLeft
- Right-aligns the characters in the given text.PadRight
- Left-aligns the characters in the given text.
Output
Result:
String Variable
Stores the padded text in the specified String variable.
Last updated