1. RE: Weird Error I Can't Diagnose

cklester wrote:
> 
> 
> posted by: cklester <cklester at yahoo.com>
> 
> Michael Raley wrote:
> 
> > I would think the unbalanced qoutes would be a problem.
> 
> EUforum is screwing up the code... I copied it below with eucode tags.
> 
> Works:
> 
> without warning
> include TSInternet.ew
> include TSMisc.ew
> 
> constant URLS =
> 	{
>     "http://www.rapideuphoria.com"
>     }
> 
> STRING Dest_dir
> 
> Works not:
> 
> without warning
> include TSInternet.ew
> include TSMisc.ew
> 
> constant URLS =
> 	{
> 		{"http://216.59.196.71/files/getform.esp?rrc_p-1.dot"},
> 		{"rrc_p-1.dot"}
> 	}
> 
> STRING Dest_dir
> 
> -=ck
> "Programming in a state of EUPHORIA."
> http://www.cklester.com/euphoria/

The first example is a sequence of strings.
The second example is a sequence of string arrays.
I'm guessing that is why.

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



Chris Bensler
Code is Alchemy

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu