---
title: "$PadRight"
---
Returns a new string that left-aligns the characters in this instance by padding them on the left with a specified character, for a specified total length.
$PadRight(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. |