wheelbarrow Posted February 6, 2008 Posted February 6, 2008 Anyone know how to put a hard return in a line of code so AutoIt sees it as a single line, to tidy up the code and save wrapping it or letting it scroll off the screen? eg. $DosCopy = "copy \\" & $Element & "\Data1\HOME\A_Details\" & $Line & " " & $DosPath & $Element & "_" & $Line I'm not liking my chances. Cheers Daniel
wheelbarrow Posted February 6, 2008 Author Posted February 6, 2008 (edited) Try underscore at the end of the line Dan. Cheers Edited February 6, 2008 by wheelbarrow
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