Computer Science Canada

GUI.OpenFileFull

Author:  Azzy [ Sun Nov 02, 2003 8:06 pm ]
Post subject:  GUI.OpenFileFull

can the code GUI.OpenFileFull open a turing file?
if no then is there a way?

Author:  AsianSensation [ Sun Nov 02, 2003 8:21 pm ]
Post subject: 

open a turing file?

you want to execute a turing file, or just include something?

code:
include


will add another file to your program

code:
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?)


: