SAPIEN Solutions

SAPIEN homepage
PrimalScript script editor+ide
PrimalScope script debugger
Free Tools script utilities
SAPIEN Press tech books
ScriptingAnswers.com learn+share
ScriptingOutpost.com online store
Blog.Sapien.com official blog
Contact Us

 

Posts Tagged ‘double quotes’

Single quotes, not double

Sunday, March 23rd, 2008 by Don Jones
Use 'single quotation marks' around string literals unless you explicitly need variable expansion. In PowerShell, single quotes are not expanded into variables: $var = 'Hello'…   More »


Entries (RSS) and Comments (RSS).