S
Sjef
I am opening a textfile for append (open Filename for append as #textfile). I
understand that #textfile is a number reference to the file opened.
I want to pass the opened file to a function, while it is still open, so I
can write to it inside the function. Something like:
private function functionname(textfile as ...) as boolean
print textfile, "text goes here
end function
Is this possible. What's the datatype of the parameter,...
Thanks, Sjef
understand that #textfile is a number reference to the file opened.
I want to pass the opened file to a function, while it is still open, so I
can write to it inside the function. Something like:
private function functionname(textfile as ...) as boolean
print textfile, "text goes here
end function
Is this possible. What's the datatype of the parameter,...
Thanks, Sjef