| Maptitude GISDK Help |
Pads a string with spaces to the right.
padded_string = RPad(string input_string, integer target_length)
| Argument | Contents |
|---|---|
| input_string | Any string |
| target_length | The desired length of the output string |
A string of length target_length.
If target_length is less than or equal to the length of input_string, then RPad() returns the last target_length characters of input_string.
| Function | Summary |
|---|---|
| LPad() | Pads a string with spaces to the left |
| ©2025 Caliper Corporation | www.caliper.com |