ComponentOne Sizer 8.0
Case Property

Returns or sets whether lines are converted to upper or lower case as they are read.

Syntax

[form!]C1Awk.Case[ = CaseSettings ]

Remarks

The settings for the Case property are described below:

Constant

Value

Description

csNone

0

Do not perform any case conversion.

csUpper

1

Convert strings to upper case as they are read in.

csLower

2

Convert strings to lower case as they are read in.

Data Type

CaseSettings (Enumeration)

Default Value

csNone (0)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback