[nsbasic-ce] Re: Writing to file keeps overwriting

2010-02-16 Thread bigp...@rogers.com
that control, so it should be pretty stable. - Original Message - From: bigp...@... To: nsbasic...@yahoogroups.com Sent: Friday, February 12, 2010 12:21:53 PM GMT -05:00 US/Canada Eastern Subject: [nsbasic-ce] Re: Writing to file keeps overwriting yes i am using

[nsbasic-ce] Re: Writing to file keeps overwriting

2010-02-12 Thread bigp...@rogers.com
yes i am using AddObject newObjects.utilctls.SFMain, FS3 Is there another way I could get this to work? --- In nsbasic...@yahoogroups.com, Eric Pankoke epank...@... wrote: My guess is that you're not using the right command to append to the file, so it's simply opening the file and

Re: [nsbasic-ce] Re: Writing to file keeps overwriting

2010-02-12 Thread epankoke
...@rogers.com To: nsbasic...@yahoogroups.com Sent: Friday, February 12, 2010 12:21:53 PM GMT -05:00 US/Canada Eastern Subject: [nsbasic-ce] Re: Writing to file keeps overwriting yes i am using AddObject newObjects.utilctls.SFMain, FS3 Is there another way I could get this to work

[nsbasic-ce] Re: Writing to file keeps overwriting

2010-02-11 Thread chris_kenworthy
I'm going to hazard a guess that the form_load command for FS3 was: AddObject newObjects.utilctls.SFMain, FS3 The syntax given matches what's specified in http://www.nsbasic.com/ce/info/technotes/TN08.htm In that case, I would try: File.Seek(0,2) between OpenFile and WriteText. This moves

Re: [nsbasic-ce] Re: Writing to file keeps overwriting

2010-02-11 Thread epankoke
. - Original Message - From: chris_kenworthy chrisk...@gmail.com To: nsbasic...@yahoogroups.com Sent: Thursday, February 11, 2010 8:48:07 AM GMT -05:00 US/Canada Eastern Subject: [nsbasic-ce] Re: Writing to file keeps overwriting I'm going to hazard a guess that the form_load