home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / datatypes / iffdt402 / iff.module / prefconf < prev    next >
Encoding:
Text File  |  1997-01-23  |  628 b   |  21 lines

  1. BinConvPrefs
  2.  
  3. "Byte-Char",    "\"%s\"",        0S4
  4. "Word-Char",    "\"%s\"",        4S4
  5. "Long-Char",    "\"%s\"",        8S4
  6. "LargeLetters",    "%s",            IF(12C, "TRUE", "FALSE")
  7. "TabFirst",    "%s",            IF(13C, "TRUE", "FALSE")
  8. "Use",        "%s",            IF(14C, "SPACE", "TAB")
  9. "Mode",        "%s",            FLAG(24C, "HEX|BYTE", "[unknown]", "SIGNED", "WORD", "LONG", "DEC", "BIN", "COPPER")
  10. "Coppermode",    "%s",            IF(25C, "TRUE", "FALSE")
  11. "Columns"
  12. "Hex-Byte",    "%ld",            15C
  13. "Hex-Word",    "%ld",            16C
  14. "Hex-Longword",    "%ld",            17C
  15. "Dec-Byte",    "%ld",            18C
  16. "Dec-Word",    "%ld",            19C
  17. "Dec-Longword",    "%ld",            20C
  18. "Bin-Byte",    "%ld",            21C
  19. "Bin-Word",    "%ld",            22C
  20. "Bin-Longword",    "%ld",            23C
  21.