qwertylol Posted March 24, 2008 Posted March 24, 2008 FileWrite ( "python_loc.txt", "line" ) how do I break line?
weaponx Posted March 24, 2008 Posted March 24, 2008 FileWrite("python_loc.txt", "line" & @CRLF) -or- FileWriteLine("python_loc.txt", "line")
monoceres Posted March 24, 2008 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!
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