UpperCase Conversions
Applies to Windows only.
The Framework manager provides an uppercase method.
For example:
Invoke #AvFrameworkManager.avUpperCase Value(#LastName)
will convert field #LastName to uppercase.
Note that with WAMs and other components enabled for Full RDMLX you can use the native Uppercase method instead:
#LastName := #LastName.uppercase