Scalar Format | Data Type | Scalar Size |
Packed Bits | P | 1 bit |
Nibble Packed Bits | N | 4 bits |
Offset Byte (Not Supported) | O | 1 byte |
Signed Byte | B | 1 byte |
Signed (Short) Integer | I | 2 bytes |
Signed Long Integer | L | 4 bytes |
Signed Extra-Long Integer | X | 8 bytes |
Single-Precision Floating Point | F | 4 bytes |
Double-Precision Floating Point | D | 8 bytes |
ASCII String (8 Characters) | A | 8 bytes |
Java Experts Take Note: |
---|
![]() |
X-Midas Users Take Note: |
---|
![]() S: (String) rather then A: (ASCII).
In other words, the NeXtMidas macro uses Java strings (variable length Unicode strings)
rather than fixed-length ASCII strings.
|