Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Escaping ; (Semicolon) (http://forums.winamp.com/showthread.php?t=300637)

xbarns 4th December 2008 11:19

Escaping ; (Semicolon)
 
Hi all,

i need to write a connectionString like

code:

<?xml version="1.0" encoding="utf-8"?>

<connectionStrings>

<add name="CoreConnectionString" providerName="System.Data.SqlClient"
connectionString=" server=localhost;database=DB;uid=UserID;pwd=Password;application ame=AppName;persist security info=True;packet size=4096" />
</connectionStrings>



how can i escape the ; so it doesnt remark the rest of my line of FileWrite ?

code:

FileWrite $0 " connectionString=$\"server=localhost;"



Thanks.

xbarns 4th December 2008 11:24

Forget it, i forgot to escape a " prior to the ; now it seems to work.


All times are GMT. The time now is 04:42.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.