Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: Prote1n on September 15, 2010, 02:25:32 PM

Title: quotation mark
Post by: Prote1n on September 15, 2010, 02:25:32 PM
I try to write in a file some text that includes quotation " for exemple Hello "world"

What is the special escape character in WME to create the string

var string = "hello ~"world~""; does not work


Title: Re: quotation mark
Post by: Mnemonic on September 15, 2010, 02:30:42 PM
Define "does not work", it should work.
Title: Re: quotation mark
Post by: Prote1n on September 16, 2010, 08:40:49 AM
Syntax Error in the script compilation
Title: Re: quotation mark
Post by: metamorphium on September 16, 2010, 10:01:51 AM
post the whole script. I bet the syntax error is caused elsewhere.
Title: Re: quotation mark
Post by: Prote1n on September 23, 2010, 08:12:01 PM
you're right. there was another mistake in my script