The FREEFILE function returns a file handle that is not being used and assigns it to hFile.
Syntax:hFile = FREEFILE Return Value:
Parameters:
|
👉 Declaration of the hFile variable is done automatically by the FREEFILE function.
MyIO = FREEFILE OPEN "Test.txt" FOR OUTPUT AS MyIO CLOSE MyIO