Previous Topic

Next Topic

RTrim - MaxBasic Function

RTrim(String: String): String

Right trim String. Returns String with trailing spaces removed.

RTrim function syntax has these named arguments:

Parameter

Description

String

Required. String to be trimmed on the right.

Sample code:

  Print RTrim("orange ")

Returns: orange

See Also

String Functions

Book Contents

Book Index