---
title: "$PadLeft"
---
Returns a new string that right-aligns the characters in this instance by padding them on the left with a specified character, for a specified total length.
$PadLeft(Text, Length, [PadCharacter])
Name | Description |
---|---|
☆ Text | The input string. |
☆ Length | The length of the string to return. |
PadCharacter | The character to be inserted as padding. The default is a space. |