maestro1024 Posted March 28, 2008 Posted March 28, 2008 Hello, I am trying to write a line like this (<img src="test1.jpg" width="200" height="150">)in a .html file CODEFileWriteLine($FileName,"""<img src=""test1.jpg"" width=""200"" height=""150"">") I get an error that there is a missing seperator after keyword. It's like there is a keyword in the second parameter but I don't know what it would be. Thanks
GaryFrost Posted March 28, 2008 Posted March 28, 2008 Try: FileWriteLine($FileName,'<img src="test1.jpg" width="200" height="150">') SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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