Hi,
I know this is going to be something silly but I can not get my head around what I am missing.
This...
Is returning this...
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)
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)