TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:changecase

Table of Contents

ChangeCase

Change the case of a field.

Phase

This instruction is used by the TapeTrack INI Engine.

Syntax

ChangeCase(field, type);

Variable Type Description Min Length Max Length
field String The field for this instruction.1128
type String The special string from the below Type Values table.110
Type Values
Value Description
LOWER The data in the field will be converted to lower case.
UPPER The data in the field will be converted to upper case.
CAPITALIZED The data in the field will be converted so that the first letter of each word is capitalized.
INVERTED The data in the field will be converted so that any upper case character will be lower case and vice versa.

Example

To change the Description value my description value to My Description Value

ChangeCase(DESCRIPTION, CAPITALIZE);

See Also

engine/import/changecase.txt · Last modified: 2021/07/22 02:40 by scunliffe