<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


#REC Search:

In File I/O Words in TurboForth Kernal

Word Name: #REC
Type: Standard word
Data Stack Signature: rec file_id --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Sets the record number of file referenced by file_id to record rec for reading or writing relative files.

Example:

none

Comment:

The file should be opened prior to using #REC.

See Also: #CLOSE  #EOF?  #GET  #OPEN  #PUT  #REC 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>