<@RTRIM>Syntax<@RTRIM STR=string [ENCODING=encoding]> DescriptionReturns the value specified in STR stripped of trailing spaces. The STR attribute may be a literal value or a meta tag that returns a value. This meta tag is useful for stripping spaces from the end of CHAR column values returned from DBMSs such as Oracle, which pad values to the declared length of the column. You may also use the stripChars configuration variable to accomplish this task. Examples<@RTRIM STR="this is padded "> This example returns "this is padded". This example returns value for column two, less any trailing spaces. See Also Encoding
Attribute
|
Copyright © 1998, Pervasive Software Inc. All rights reserved.