Hitachi

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


8.3.4 LCase (convert one-byte alphabetic characters to lowercase)

Purpose

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

Syntax
LCase (String)
Argument
String

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

Description

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

Characters in the string other than one-byte uppercase alphabetic characters are not affected.

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

Supported from JP1/Script 01-00.