Hitachi

JP1 Version 11 JP1/Script Description and Reference (For Windows Systems)


8.3.5 UCase (convert one-byte alphabetic characters to uppercase)

Purpose

Converts the one-byte lowercase alphabetic characters in a string to uppercase, and returns the converted character string.

Syntax
UCase (String)
Argument
String

Specify the string itself or a variable that stores this value.

Description

The UCase command converts the one-byte lowercase alphabetic characters in a string to uppercase, and returns the converted character string.

Characters in the string other than lowercase characters are not affected.

Example
' This code stores "ABCDEF" in variable string1.
Dim string1
string1 = UCase ("abcDEF")
JP1/Script version

Supported from JP1/Script 01-00.