FileOpen

mackrackit

Member
Licensed User
Longtime User
Hi,

I know this is going to be something silly but I can not get my head around what I am missing.

This...
B4X:
FileOpen(f, "example.dat", cWrite) 
FileWrite(f, "First Line")
FileClose(f)
Is returning this...
Compiling code. Error
Error parsing program.
Error description: Undeclared variable 'fileopen' is used before it was assigned any value.
Occurred on line: 86
FileOpen(f, "example.dat", cWrite)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The recommended way to search Basic4android only topics is with the custom search engine which is available in the upper right corner:
SS-2011-09-18_09.44.31.png
 
Upvote 0
Top