Good afternoon; >HI, >anyone knows the right syntax for reading and writing (appending) to a file. >I tried this and it didn't seem to work >open (FH,"+< file.txt" ) Try: open (FH,">> file.txt" ) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- RE: input output append Shepard, Gregory R
- RE: input output append Paul
- RE: input output append Bob Showalter
- RE: input output append Paul
- input output append F.H
- Carl Rogers