Posted by Grant Foraker on August 07, 2013 at 11:44:49:
In Reply to: is user buffer (#) passed to called program? posted by Bob A on August 07, 2013 at 10:23:51:
Yes.
PRINT (#) DATA$
ENTER "SUBPROG"
or
WRITE (#,PassData)
ENTER "SUBPROG"
The INPUT or INQUIRE in the sub program should be close to the start so that the # buffer isn't inadvertently cleared.
Then an INPUT (#)
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.