1. Bug in euforum (Re: Weird Error I Can't Diagnose)

The code is messed up due to the urls.
EUforum should not make urls between
(eucode> tags into hyperlinks.

cklester wrote:
> 
> There's very little difference in the code below, but one works and the
> other doesn't... What am I overlooking?!
Kind of hard to tell, toe code is a bit messed up...

> 
> 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"}
> 	}
> 
> STRING Dest_dir
> ...
> </eucode>
{{{

> 
> For that code, I get this error:
> 
> Syntax error - expected to see possibly 'end', not a type
>     STRING dest_full_fname
>          ^
> 
> -=ck
> "Programming in a state of EUPHORIA."
> <a
> href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a>
>

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu