Text.PadStart
Syntax Text.PadStart(text as nullable text, count as number, optional character as nullable text) as nullable text Description Returns a text value padded to length count by inserting spaces at the start of the text value text. An optional character character can be used to specify… Read More »Text.PadStart