qwertylol Posted March 24, 2008 Share Posted March 24, 2008 FileWrite ( "python_loc.txt", "line" ) how do I break line? Link to comment Share on other sites More sharing options...
weaponx Posted March 24, 2008 Share Posted March 24, 2008 FileWrite("python_loc.txt", "line" & @CRLF) -or- FileWriteLine("python_loc.txt", "line") Link to comment Share on other sites More sharing options...
monoceres Posted March 24, 2008 Share Posted March 24, 2008 (edited) FileWrite ( "python_loc.txt", "line"&@CRLF ) Damn you're fast weaponx Edited March 24, 2008 by monoceres Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now