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)
 
Top