steve8tch Posted February 23, 2004 Posted February 23, 2004 Is there now a way of adding data to the end of a line. 3.0.94 now wants to force a carriage return - which means that just adding data/text to the end of a line is not so easy... I haven't installed this latest version yet - so I might be speaking rubbish here. Any thoughts..
Developers Jos Posted February 23, 2004 Developers Posted February 23, 2004 think you will have to first get all info save in a variable till you have the total record before doing a FileWriteLine or FileWrite, because @CRLF is now added as default... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Administrators Jon Posted February 23, 2004 Administrators Posted February 23, 2004 FileWrite doesn't add anything. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Developers Jos Posted February 23, 2004 Developers Posted February 23, 2004 FileWrite doesn't add anything.just reread the "SCRIPT BREAKING CHANGES for FileReadLine and FileWriteLine" got it this time So FileWrite should work for steve8tch ..... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
steve8tch Posted February 23, 2004 Author Posted February 23, 2004 Just to confirm ?? FileWriteLine() will now automatically add a @CRLF to the end of each line if... FileWrite() works in the same way as the old FileWriteLine()
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