LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Gambas - Forbidden Access (https://www.linuxquestions.org/questions/programming-9/gambas-forbidden-access-458616/)

indienick 06-26-2006 09:51 PM

Gambas - Forbidden Access
 
I'm using the following lines to write a string "out" to a file:
Code:

OPEN "some.file" FOR WRITE CREATE AS #f

PRINT #f, out

CLOSE #f

When I run the interpreter to test the program, I get a "Forbidden Access" error when it gets to those line. Any help?


All times are GMT -5. The time now is 01:01 AM.