Example: Creating Basic Format Strings
The following format examples display labels with basic format strings:
• The format string component 1 creates the label component 1.
• The format string <Manufacturer> creates a label by replacing <Manufacturer> with the value of the parameter named Manufacturer, for example GEC.
• The format string \<new type\> creates the string <new type>.
• The format string \\<new type> creates the string \<new type>.