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