Difference between revisions of "AMOSi:Field"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
(example code in code block (no ident in original helpfile article))
 
Line 5: Line 5:
  
  
Field channel, length As field$<br />
+
<code><pre>
 +
Field channel, length As field$
 +
</pre></code>

Latest revision as of 23:37, 19 November 2007

an example can be found on AMOSPro_Examples:Examples/H-7/Help_71.AMOS


Defines a record up to 65535 bytes long, for a random-access file.


Field channel, length As field$