raoool Posted November 25, 2005 Posted November 25, 2005 Simple one, hopefully... What is syntax for FileWriteLine if I want to include special character (e.g. tab) in the line being written? e.g. FileWriteLine ($logname, $filename & 'VT' & $fileextension) where VT is the tab character... have tried with {VT}, @VT, every conceivable combination of " and ' and other than writing the literal VT, can't get this one. anyone?
Developers Jos Posted November 25, 2005 Developers Posted November 25, 2005 FileWriteLine ($logname, $filename & @Tab & $fileextension) 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.
raoool Posted November 25, 2005 Author Posted November 25, 2005 FileWriteLine ($logname, $filename & @Tab & $fileextension) Thank you thank you thank you
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