home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / ObiWan 4.0.1 / Additions / ResEdit < prev    next >
Encoding:
Text File  |  1992-11-06  |  1.0 KB  |  30 lines  |  [TEXT/MPS ]

  1. =|
  2. Templates RE-92 [1/3]
  3. DBYT,DWRD,DLNG    Decimal byte, word, long
  4. AWRD            Decimal long
  5. HBYT,HWRD,HLNG    Hex byte, word, long
  6. AWRD,ALNG        Align to work, long
  7. FBYT,FWRD,FLNG    Filler byte, word, long (with 0) 
  8.                 Warning: doesn't work at the end of the TMPL
  9. RECT                Rectangle - 4 DWRDs
  10. HEXD            Hex dump of remaining bytes in resource
  11. Hnnn            Displays $nnn bytes in hex format|
  12. Templates RE-92 [2/3]
  13. BOOL            Boolean (two bytes).
  14. BBIT                Binary bit (must be in groups of 8)
  15. CHAR            Character
  16. PSTR,WSTR,LSTR    String (with length byte, word, long)
  17. ESTR,OSTR            PSTR padded to even, odd length
  18. POnn            A $nn byte PSTR
  19. CSTR                C String (characters followed by a null).
  20. ECST,OCST            CSTR padded to even, odd length|
  21. Templates RE-92 [3/3]
  22. Cnnn            A $nnn byte CSTR
  23. TNAM            Type name (four characters like OSType)
  24. RECT                8-byte rectangle
  25. LSTB LSTE            Start/End list (must be at end of resource)
  26. LSTZ LSTE            Start/End zero terminated list (adds a 0 byte)
  27. ZCNT LSTC LSTE        Zero counted (word) Start/End zero counted list
  28. OCNT LSTC LSTE        One counted (word) Start/End one counted list|
  29. =|
  30.