
-----------------------------------
Azzy
Sun Nov 02, 2003 8:06 pm

GUI.OpenFileFull
-----------------------------------
can the code GUI.OpenFileFull open a turing file?
if no then is there a way?

-----------------------------------
AsianSensation
Sun Nov 02, 2003 8:21 pm


-----------------------------------
open a turing file?

you want to execute a turing file, or just include something?

include

will add another file to your program

Sys.Exec ()

will run a program

or you can just want to open a .t file as a .txt (if you want to do that in a program, I guess you could manipulate strings to do it?)
