1,126
edits
(Edited to include all known values and their purposes.) |
m (Added more info on String Types) |
||
| Line 23: | Line 23: | ||
|- | |- | ||
|String_Type||x'00', x'46', x'56'||HexChar||The hex values represent single-byte characters which describe a string type. | |String_Type||x'00', x'46', x'56'||HexChar||The hex values represent single-byte characters which describe a string type. | ||
* x'00' = None (Field is not a string type.) | |||
* x'46' = "F" = Fixed | |||
* x'56' = "V" = Variable | |||
|- | |- | ||
|String_Len||0, 1, 2, 5, 10, 60||Integer||The length of the string field. '0' if the field is a date or numeric field like Integer or Float. | |String_Len||0, 1, 2, 5, 10, 60||Integer||The length of the string field. '0' if the field is a date or numeric field like Integer or Float. | ||