GEOSoft Posted January 7, 2004 Posted January 7, 2004 I just noticed that JP's converter changes Double Quotes to Single. 1) Are they interchangable in V3? 2) What are the Benefits/Drawbacks to either method? George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
Developers Jos Posted January 7, 2004 Developers Posted January 7, 2004 Quote from CyberSlugs UNofficial helpfile:"Strings" and 0xNumbersStrings can be enclosed in either single or double quotes. The option allows you to nest quotation marks by alternating single with double (or vice-versa). If you still need to use a double quote within a double quote (or single within a single), put two marks together.; Complicated Examples!MsgBox(0,"", "The word 'its' is the possessive form of 'it'")MsgBox(0,"", 'The word "it''s" is a contraction for "it is"') 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.
Administrators Jon Posted January 7, 2004 Administrators Posted January 7, 2004 Yes they are interchangable. The only reason is that it makes using lots of " in a string easier. You can do ' this is a double"quote' rather than: " this is a double""quote" Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
GEOSoft Posted January 7, 2004 Author Posted January 7, 2004 Okay. Thanks for the info. That will make it easier on these 6o year old eyes too. I find that I sometimes have to strain to see the difference between " and * in a script, (bad font settings) where I have no trouble at all distinguishing between ' and * George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
xterix Posted September 16, 2011 Posted September 16, 2011 Hi, I need to create three level quotes in one line, It's not working for me pls, Could anyone help me send("(Get-WmiObject -Namespace root\SMS\Site_XXX -Query "Select collectionid from SMS_Collection WHERE Name = 'software'").collectionid")
Valik Posted September 16, 2011 Posted September 16, 2011 (edited) You win the award for being the most egregious necromancer of a thread. Really, a near 8 year old thread to ask a simple question? I hope you get molested by a corpse. Edited September 16, 2011 by Valik
Administrators Popular Post Jon Posted November 15, 2011 Administrators Popular Post Posted November 15, 2011 Hey, it proved he at least used the search function! FuryCell, Mat, Zedna and 3 others 6 Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Valik Posted November 15, 2011 Posted November 15, 2011 God damn you. AdmiralAlkex, spudw2k and FuryCell 3
Recommended Posts