<@UPPER STR=string [ENCODING=encoding]>
Returns the string specified in STR converted to uppercase. The value of the STR attribute may be a literal value or a meta tag that returns a value.
This example returns "THIS IS A TEST".
<@UPPER STR="<@POSTARG NAME='product_code'>">
This example returns the contents of the form field product_code, converted to uppercase.
Copyright © 1999, Pervasive Software. All rights reserved.