
-----------------------------------
JR
Fri Dec 31, 2004 1:54 pm

Including a file??
-----------------------------------
ok in C++ i know its include name ect ect
how do i do it in turing? lets say i press 1 then i need the program to run the file that is under the if condition 1. how do i do that in turing?

-----------------------------------
Neo
Fri Dec 31, 2004 2:14 pm


-----------------------------------
include "filename.extension"

-----------------------------------
Andy
Fri Dec 31, 2004 5:04 pm


-----------------------------------
or you can be incredibly cheap and use Sys.Execute
