Computer Science Canada Creating a .txt file within turing |
Author: | dymd3z [ Mon May 28, 2007 7:55 am ] |
Post subject: | Creating a .txt file within turing |
How do I do this, and assign contents of an array to it. |
Author: | Albrecd [ Mon May 28, 2007 3:42 pm ] |
Post subject: | Re: Creating a .txt file within turing |
You should start by reading Clayton's tutorial on File I/O and if you still have questions, feel free to ask. |
Author: | Clayton [ Mon May 28, 2007 4:25 pm ] | ||
Post subject: | RE:Creating a .txt file within turing | ||
A quick and dirty example. You'd still do well to read that tutorial though.
|
Author: | Shades [ Wed Jun 06, 2007 7:28 pm ] |
Post subject: | RE:Creating a .txt file within turing |
If turing is running a file input statement and the .txt doesn't exist, turing will just create it in the same location as the .t file |