
-----------------------------------
m84uily
Wed Mar 11, 2009 3:56 am

How to put data into a file?
-----------------------------------
Not entirely sure how to elaborate on the title. 

example: 


[code]
var number: int
put "enter number"
get number

[/code]

After which I would like to put the variable number into A.txt

I know there are examples of how to do this on the site, I just forget what I searched before to find them. A nudge in the right direction would be great.

-----------------------------------
DemonWasp
Wed Mar 11, 2009 8:15 am

RE:How to put data into a file?
-----------------------------------
Behold [url=http://compsci.ca/v3/viewtopic.php?t=8808&start=0]The Turing Walkthrough. Specifically, you want [url=http://compsci.ca/v3/viewtopic.php?t=12972]File I/O.

-----------------------------------
m84uily
Wed Mar 11, 2009 11:54 am

Re: How to put data into a file?
-----------------------------------
Thank you! DemonWasp.
