Weird Error I Can't Diagnose

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

There's very little difference in the code below, but one works and the
other doesn't... What am I overlooking?!

This code works:
without warning
include TSInternet.ew
include TSMisc.ew

constant URLS =
	{
    "http://www.rapideuphoria.com"
    }

STRING Dest_dir

This doesn't:
without warning
include TSInternet.ew
include TSMisc.ew

constant URLS =
	{
		{"http://123.45.678.90/files/getform.esp?rrc_p-1.dot"},
		{"rrc_p-1.dot"}
	}

STRING Dest_dir
...


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."
http://www.cklester.com/euphoria/

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

Search



Quick Links

User menu

Not signed in.

Misc Menu