home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / More Primitives / More Primitives.rsrc / STR#_409.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  367 b   |  11 lines

  1. Inputs: Buffer; Offset
  2. Outputs: Buffer; NextOffset; String
  3.  
  4. Inputs: ABlock[@[@]] | integer; integer
  5. Outputs: ABlock[@[@]] | integer; integer; string
  6.  
  7. String is a string of length N bytes, where N is the one-byte integer read from Buffer starting at Offset, and the N bytes of String are read from Buffer starting at Offset + 1. NextOffset is Offset + N + 1.
  8.  
  9. Memory
  10.  
  11.