engine:import:changecase
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:import:changecase [2020/02/24 00:02] – [Syntax] Scott Cunliffe | engine:import:changecase [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
Change the case of a field. | Change the case of a field. | ||
- | ==== Phase ==== | + | ===== Phase ===== |
- | This instruction is used by the TapeTrack | + | This instruction is used by the TapeTrack |
- | ==== Syntax ==== | + | ===== Syntax |
- | **ChangeCase**//(field, type);// | + | '' |
- | //string field;// \\ | + | |
- | //string type;// \\ | + | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |
- | LOWER, UPPER, CAPITALIZED or INVERTED | + | |field| String | The field for this instruction.|1|128| |
+ | |type| String | The special string from the below Type Values table.|1|10| | ||
- | |field| The field for this instruction.| | + | ^ Type Values ^^ |
- | |type| The special string type of one of the following:| | + | ^Value ^ Description ^ |
- | | |1. **LOWER** | + | |LOWER| The data in the field will be converted to lower case.| |
- | | |2. **UPPER** | + | |UPPER| The data in the field will be converted to upper case.| |
- | | |3. **CAPITALIZED** | + | |CAPITALIZED| The data in the field will be converted so that the first letter of each word is capitalized.| |
- | | |4. **INVERTED** | + | |INVERTED| The data in the field will be converted so that any upper case character will be lower case and vice versa.| |
==== Example ==== | ==== Example ==== | ||
- | **ChangeCase: | + | |
- | |ChangeCase(DESCRIPTION, | + | To change |
+ | |||
+ | < | ||
+ | ChangeCase(DESCRIPTION, | ||
+ | </ | ||
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | [[engine: | ||
+ | [[cli: | ||
+ | [[cli: | ||
+ | |||
+ | {{tag> import_engine}} |
engine/import/changecase.1582502544.txt.gz · Last modified: 2025/01/21 22:07 (external edit)