Schurke Posted November 4, 2007 Posted November 4, 2007 (edited) $DosLine = $Filename & " " & " " " & $Dictory & " " "well.. i want dosline to be smth likeFilename "Dictory"but it interprets the " as as start of a new string << and i just want a " in my text. so how can i make that ^^ ? please someone tell me ^^''EDIT: This is in the wrong section << it should go into general support someone may move please Edited November 4, 2007 by Schurke
Developers Jos Posted November 4, 2007 Developers Posted November 4, 2007 try: $DosLine = $Filename & ' "' & $Dictory & '"' -or- $DosLine = $Filename & " """ & $Dictory & """" 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.
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