skip to content
TapeTrack Documentation
Because there is more to tape management than you ever realized
User Tools
Log In
Site Tools
Search
Tools
Show page
Old revisions
Add to book
Export to PDF
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
engine:import:changecase
====== 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.|1|128| |type| String | The special string from the below Type Values table.|1|10| ^ 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'' <code> ChangeCase(DESCRIPTION, CAPITALIZE); </code> ===== See Also ===== [[engine:import|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine}}
engine/import/changecase.txt
ยท Last modified: 2025/01/21 22:07 by
127.0.0.1
Page Tools
Show page
Old revisions
Backlinks
Add to book
Export to PDF
Back to top