Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$UP^XLFSTR: Convert String to Uppercase

Reference Type: Supported, Category: String Functions, ICR#: 10104

Description

The $$UP^XLFSTR extrinsic function returns an input string converted to all uppercase.

Format

  $$UP^XLFSTR(x)

Input Parameters

x:

(required) Character string.

Output

returns:

Returns the string converted to all uppercase.

Example

>S X=$$UP^XLFSTR("freedom")

>W X
FREEDOM