| Syntax |
|
| Documentation | Appends a character sequence consisting of the given character to the right of the given string.
string, the string to be formated. character, an optional parameter (defaults to '$\ ') to set the sequence character.
sequence_length = length - string_length. If sequence_length < 0 the original string is returned. |
| Examples | |
Append the sequence '####' to the right of the string 'some_string':
$set{string}{$formatLeft{$add{$length{$get{string}}}{4}}{$get{string}}{#}} |
|
| Group | String |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 3 |