Click to See Complete Forum and Search --> : How the **** do i save to a **** simple txt file for crying out loud!!!!!


PanasonicSubz
December 5th, 1999, 04:16 PM
I JUST WANT TO SAVE TO A TEXT FILE!!!!! HOW DO I DO THAT!!!! I DONT WANT ALL THAT STUPID **** THAT I DONT NEED, ALL I WANT IT THE **** SIMPLE ANSWER, THANK YOU

PanasonicSubz

December 5th, 1999, 09:01 PM
WHELP YOU HAVE TO FIND THE BINARY (8432652873) THEN YOU HAVE TO LEARN HOW TO PROGRAM LIKE ME.

Chris Eastwood
December 6th, 1999, 02:43 AM
That's a sure way to get your question answered.

The help that comes with VB gives numerous examples of how to save to a file, but as you seem to be having so much trouble :


Dim iFile as Integer
Dim sText as string
'
sText = "this is a test to save to file"
'
iFile = FreeFile
'
Open "c:\test.dat" for Output as iFile
print #iFile, sText
Close #iFile
'





Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

Crazy D @ Work
December 6th, 1999, 04:13 AM
"That's a sure way to get your question answered."
Well Chris, you *did* answer :-)

Crazy D @ Work :-)

Chris Eastwood
December 6th, 1999, 04:28 AM
Of course ! The poor guy seems to be struggling with the F1 key and shouting / swearing is <sarcasm>always</sarcasm> a good way to get a response.


Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

Ravi Kiran
December 6th, 1999, 04:59 AM
infact somebody "Anonymous" had answered his similar post!!
http://www.codeguru.com/bbs/wt/showpost.pl?Board=vb&Number=10595&page=0&view=collapsed&sb=5
but he seems to have neglected it!

RK

Chris Eastwood
December 6th, 1999, 05:10 AM
I think that's the one he refers to as :

>I DONT WANT ALL THAT STUPID SH1T THAT I DONT NEED, ALL I WANT IT THE **** SIMPLE ANSWER, <

- It was obviously way too complicated - open a file, write to it, close it. Hmmmm


Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

Crazy D @ Work
December 6th, 1999, 06:30 AM
And you know how hard it is to press the F1 key... it's less work to start the browser, go to this site, and enter the question. Oh yeah, and in capitals, so at least he knows where the capslock key is (little hint: 3 keys above the capslock is the escape key, the text on the button usually says 'Esc', at the right of that key, you'll find the F1 key (it usually has the text 'F1' printed on it). If you had an Apple, there would be a big red circle around it right now...

Crazy D @ Work :-)