Login
Back to forumSee the full topicGo to last reply

Posted By

SVS
on 2008-11-15
03:42:06
 Re: 1541 Info Needed

Well (assuming device 8, filenumber 3):

OPEN 3,8,3,"TEST,s,w" will create a new SEQuential file to be written
PRINT# 3,data-list ---> see special info I've described in Plus/4 Encyclopedia / BASIC commands / PRINT#
CLOSE 3 will close the file after finished writing

To read it:
OPEN 3,8,3,"TEST" will open the existing SEQuential file to be read
INPUT#3,variables-list
CLOSE 3

Mind the limitations about the input buffer and the separators' rules.



Back to top


Copyright © Plus/4 World Team, 2001-2024