This example shows how to define a Unicode variable in user interface manager (UIM).
1 :class name=example basetype='graphic 6 13488' width=10, 2 3 :class name=example2 basetype='graphic 10 13488' width=20. 4
Line 1 defines a class for variables that will contain 6 Unicode characters and is to be displayed in a field that is 10 bytes long.
Line 3 defines a class for variables that will contain 10 Unicode characters and is to be displayed in a field that is 20 bytes long.