How to add spaces to the right of a text
4WS.Platform provides a method to apply the right padding to a string:
rightPad(str, len);
this function will return the new text with spaces to the right of the text;
Example
rightPad("X", 3)
will return “X “
Previouschecking for "undefined" valuesNextHow to create a docx report and show it on the web browser Enterprise Edition only
Last updated
Was this helpful?