Posted: 22nd Aug 2011 22:25
This crashes:

f=OpenToWrite("tests.txt")
WriteLine(f,"test1")
WriteLine(f,"test2")
CloseFile(f)

Did anyone check the File commands before shipping?

Thanks,
Posted: 22nd Aug 2011 22:27
Unhelpful Titles

Please do not simply write "Noob Question", "I am a newb", "One Noobie Question", "A question", "Please help", "This isn't working" or anything similar as the title of your post. We have a search facility, and meaningless titles do not help others find answers to their questions. It will also help you to get quicker responses if people have an idea of your thread content.
Posted: 22nd Aug 2011 22:53
Mod: no problem.

I found the problem. I wasn't adding the second parameter for appending. Although it does let me compile. So it is still probably a bug.

Can this be placed in the bug list section?

Thanks,