Fred from NYC Posted April 27, 2005 Posted April 27, 2005 I have a script with long lines. Is it possible to break the lines to make the script easier to read? Does AutoIt have something like a "line continuation character" (e.g. \) that can be used to break long lines into smaller pieces? Here is an example: ControlSend("some very long text", \ $variable,"more text")
mdes Posted April 27, 2005 Posted April 27, 2005 _ Gestion des congés, RTT, vacances scolaires, autres absences sur Pocket PC : CongésRFV
CyberSlug Posted April 27, 2005 Posted April 27, 2005 If you need elaboration: http://www.autoitscript.com/autoit3/docs/i...ng_comments.htm Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Fred from NYC Posted May 2, 2005 Author Posted May 2, 2005 Thank you for the elaboration. I had read the underscore character as a minus sign and wondered why it didn't work.
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