Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

TRIM function

Description

RTRIM(str) returns a string with all trailing spaces removed from from str.

Examples

RTRIM("John Doe   ") returns "John Doe"

RTRIM("     ") returns an empty string (length=0)

Calculator

RTRIM 

Related functions