CASE keyword

Applies To

Edit boxes, combo boxes, and other form components that accept strings.

Component properties: Data type.

Description

Specifies that character values in a component are in capital letters (C), lowercase letters (L) or mixed case (the default).

Syntax

CASE(U | L)

Example

A component value with the following data type specification consists of a single capital letter:

DATATYPE(CHAR) LENGTH(1) CASE(U)