Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This function trims trailing spaces from a string.
...
Code Block | ||||
---|---|---|---|---|
| ||||
var myName = rtrim("Michael "); // places "Michael" into myName
|
...
Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This function trims trailing spaces from a string.
...
Code Block | ||||
---|---|---|---|---|
| ||||
var myName = rtrim("Michael "); // places "Michael" into myName
|
...