tbcconv example with -P option
This is an example of how to use the tbcconv utility command with the pad sizing (-P) option to convert certain objects in schemas sized in bytes to characters from the command line.
To demonstrate this example, assume the schema you want to convert has a Text Item Subclass property with the following pad and size properties and values:
Pad |Yes
Value |<sp>
Padded to |Fixed Size
Length |0
SizedAs |Bytes
Justify |Left
Apply pad |Fixed Group
The converted schema will have the following property values set for the Text Item Subclassproperty:
Pad |Yes
Value |<sp>
Padded to |Fixed Size
Length |0
SizedAs |Characters
Justify |Left
Apply pad |Fixed Group