Re: Weird Error I Can't Diagnose

new topic     » goto parent     » topic index » view thread      » older message » newer message

cklester wrote:
> 
> There's very little difference in the code below, but one works and the
> other doesn't... What am I overlooking?!
> 
> This code works:
> }}}
<eucode>
> without warning
> include TSInternet.ew
> include TSMisc.ew
> 
> constant URLS =
> 	{
>     "<a href="http://www.rapideuphoria.com">http://www.rapideuphoria.com</a>"
>     }
> 
> STRING Dest_dir
> </eucode>
{{{

> This doesn't:
> }}}
<eucode>
> without warning
> include TSInternet.ew
> include TSMisc.ew
> 
> constant URLS =
> 	{
> 		{"<a
> href="http://123.45.678.90/files/getform.esp?rrc_p-1.dot">http://123.45.678.90/files/getform.esp?rrc_p-1.dot</a>"},
> 		{"rrc_p-1.dot"}
> 	}
</eucode>
{{{

<snip> 

I would think the unbalanced qoutes would be a problem.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu