RTRIM( ) Function Example
CLOSE DATABASES OPEN DATABASE (HOME(2) + 'Data\testdata') USE customer && Opens Customer table CLEAR ? 'The contact for '+ RTRIM(company) + ' is ' + contact