Computer Science Canada How to import a turing file into your turing program? |
Author: | dolly109 [ Sat Jun 02, 2012 11:56 am ] | ||
Post subject: | How to import a turing file into your turing program? | ||
What is it you are trying to achieve? <Replace all the <> with your answers/code and remove the <>> What is the problem you are having? Hi so im trying to import a turing program into my original program. Im using procedures and it won't let me put procedures in a procedure so I was thinking importing my file with the procedures into my original program's procedure would fix that? Describe what you have tried to solve this problem I looked on a lot of forums to find out how to import turing files and none work :S i already put the turing file in the same folder as my program. Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Please specify what version of Turing you are using 4.11> |
Author: | Aange10 [ Sat Jun 02, 2012 12:58 pm ] | ||
Post subject: | RE:How to import a turing file into your turing program? | ||
Quote: Im using procedures and it won't let me put procedures in a procedure
|
Author: | Raknarg [ Sat Jun 02, 2012 2:36 pm ] |
Post subject: | RE:How to import a turing file into your turing program? |
For what reason would you need to make a procedure in another procedure? |