tcl.case-file

Verb: Access/TCL, Releases: AP

Converts case of items in file

Syntax

case-file {file.reference}

Description

converts the case of items to either lower or upper case.
This invokes the program, 'conv-case', and passes it the 'e', 'q', 'u' and 'o' options. This is useful for R83 conversions.

If the 'file.reference' is omitted, the process prompts for it. If it is provided, the process prompts 'DICTIONARY LEVEL?'. Answering 'y' to this causes the process to affect the dictionary of the given file.

As the items are 'cased', the item-ids are displayed on the screen.

The 'case-file' program resides in 'dm,bp,'.

Example

case-file test
DICT LEVEL FILE Y,N?n
This converts all the item-ids in the 'test' file to upper case.

See Also

Command Name Type Description
tcl.case Verb: Access Toggles effect of upper/lower case sensitivity.
tcl.basic Verb: Access Invokes 'compile' with upper / lower case insensitivity.
tcl.conv-case Verb: Access Converts item-ids to upper/lower case.
tcl.case-on Verb: Access Invokes 'case' command with 'n' option.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.