LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How can I convert a String to a File in Gambas? (https://www.linuxquestions.org/questions/programming-9/how-can-i-convert-a-string-to-a-file-in-gambas-4175410881/)

rblampain 06-11-2012 10:38 AM

How can I convert a String to a File in Gambas?
 
Learning Gambas.

How can I convert a String to a File(name) in Gambas?

I have this routine that extracts names from text as a string and I need to open it as a filename, I simply cannot find anything on Google that will give me a hint and I get an error if I write "string1 = string2" or "string1 &= string2" ("getting string while expecting file" or vice-versa)

Thank you for your help.

ntubski 06-11-2012 11:04 AM

Try OPEN.


All times are GMT -5. The time now is 12:38 PM.