DAY 037: FREEFILE
#4
After getting a value from "FREEFILE" you have to actually open a file successfully. Otherwise it will return the same value. In your code you commented out the "OPEN" statement and that's why it's not working.

Also never begin a variable name with "FN" because it's legacy part of "DEF FN". Instead of "AS ???" most of all you should use the long-integer variable return value from "FREEFILE" in the "OPEN" statement.
Reply


Messages In This Thread
DAY 037: FREEFILE - by Pete - 12-17-2022, 12:30 PM
RE: DAY 037: FREEFILE - by mnrvovrfc - 12-17-2022, 01:21 PM
RE: DAY 037: FREEFILE - by Dimster - 12-17-2022, 07:15 PM
RE: DAY 037: FREEFILE - by mnrvovrfc - 12-17-2022, 11:54 PM
RE: DAY 037: FREEFILE - by SMcNeill - 12-18-2022, 12:08 AM
RE: DAY 037: FREEFILE - by Dimster - 12-18-2022, 03:58 PM
RE: DAY 037: FREEFILE - by Pete - 12-18-2022, 04:30 PM
RE: DAY 037: FREEFILE - by Dimster - 12-18-2022, 05:08 PM
RE: DAY 037: FREEFILE - by Pete - 12-18-2022, 05:20 PM



Users browsing this thread: 1 Guest(s)