Provides a padding for the text.
This activity provides padding for the given text based on the given inputs.
Text : String Argument Input the text that is to be padded
String Argument
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.
Integer Argument
Pad Text From: Select where the specified text is to be padded.
PadLeft - Right-aligns the characters in the given text.
PadLeft
PadRight - Left-aligns the characters in the given text.
PadRight
Result: String Variable Stores the padded text in the specified String variable.
String Variable
Last updated 3 years ago