eagle4life69 Posted November 22, 2006 Posted November 22, 2006 _FileWriteToLine($file,48,"<enclosure url="" & $url & ""/>" & @CRLF) Okay above is the line I want but the url="" Wont work, How can i enter the " to work correctly enter a URL into the writeline process Please help
Thatsgreat2345 Posted November 22, 2006 Posted November 22, 2006 _FileWriteToLine($file,48,'<enclosure url="' $url & '"/>' & @CRLF)
Moderators SmOke_N Posted November 22, 2006 Moderators Posted November 22, 2006 _FileWriteToLine($file,48,"<enclosure url="" & $url & ""/>" & @CRLF) Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
cool0403 Posted November 22, 2006 Posted November 22, 2006 _FileWriteToLine($file,48,"<enclosure url="" & $url & ""/>" & @CRLF)
eagle4life69 Posted November 22, 2006 Author Posted November 22, 2006 I knew there was an easy way but this works thanks my mind drew a blank
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