Pad Text
Provides a padding for the text.
Last updated
Provides a padding for the text.
Last updated
This activity provides padding for the given text based on the given inputs.
Text : String Argument
Input the text that is to be padded
Pad 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.
Result: String Variable
Stores the padded text in the specified String variable.