Smartsite SXML CopyCode image Copy Code
{string.pad("1234","0",8,true)}
{string.pad("hello",".",10)}world
Example Result CopyCode image Copy Code
00001234
hello.....world
SXML