Page History
...
For example the Uppercase method:
#Subject.Uppercase()is specified as:
Uppercase( Subject )Function libraries are introduced into an RDMLX object by the IMPORT command which is specified immediately after the FUNCTION statement. For example:
Function Options(*DIRECT)
* Import the variant library #prim_libv.
Import Libraries(#PRIM_LIBV)
...