1. Re[2]: How To Do This...

Tuesday, August 26, 2003, 5:46:27 PM, you wrote:

eyc> --- "C. K. Lester" <cklester at yahoo.com> wrote:
>> 
>> I want to reference data like so:
>>     x = company.name -- so x = "My Company, Inc."
>>     y = company.contact.name.first -- so y =
>> "Christopher"
>> or something like that.
>> Who's got somethin' for me?!

eyc> Guido van Rossum
eyc> Prof. Nicklaus Wirth
eyc> Countess Ada Lovelace
eyc> to name just a few :)

eyc> Irv

Thanks, "Irv," if that's indeed your real name!

I would also accept the following:

  x = company({ "name" }) -- or
  x = euv("company",{"name"})
  y = euv("company",{"contact","name","first"})

Now, is something even remotely resembling that functionality
available with EUPHORIA? :P

new topic     » topic index » view message » categorize

2. Re: Re[2]: How To Do This...

On Tue, 26 Aug 2003 17:57:31 -0500 (08/27/03 08:57:31)
, a person claiming to be "C. K. Lester" <cklester at yahoo.com> wrote:

>
>
> Tuesday, August 26, 2003, 5:46:27 PM, you wrote:
>
> eyc> --- "C. K. Lester" <cklester at yahoo.com> wrote:
>>>
>>> I want to reference data like so:
>>>     x = company.name -- so x = "My Company, Inc."
>>>     y = company.contact.name.first -- so y =
>>> "Christopher"
>>> or something like that.
>>> Who's got somethin' for me?!
>
> eyc> Guido van Rossum
> eyc> Prof. Nicklaus Wirth
> eyc> Countess Ada Lovelace
> eyc> to name just a few :)
>
> eyc> Irv
>
> Thanks, "Irv," if that's indeed your real name!
>
> I would also accept the following:
>
>   x = company({ "name" }) -- or
>   x = euv("company",{"name"})
>   y = euv("company",{"contact","name","first"})
>
> Now, is something even remotely resembling that functionality
> available with EUPHORIA? :P

Yes. Check the RDS archives for structure librararies. There are a few.

-- 

cheers,
Derek Parnell

new topic     » goto parent     » topic index » view message » categorize

3. Re[2]: How To Do This...

Tuesday, August 26, 2003, 6:11:12 PM, you wrote:

>>> x = company.name -- so x = "My Company, Inc."
>>> y = company.contact.name.first -- so y = "Christopher

BR> Take a look at my mixedlib.zip in the archive, You
BR> can do it with my structures.

Hey, thanks Bernie! I'll have a looksee.

new topic     » goto parent     » topic index » view message » categorize

4. Re: Re[2]: How To Do This...

yeah, I wrote something like that once upon a time.

        Lucius L. Hilley III

----- Original Message ----- 
From: "C. K. Lester" <cklester at yahoo.com>
To: "EUforum" <EUforum at topica.com>
Subject: Re[2]: How To Do This...


> 
> 
> Tuesday, August 26, 2003, 5:46:27 PM, you wrote:
> 
> eyc> --- "C. K. Lester" <cklester at yahoo.com> wrote:
> >> 
> >> I want to reference data like so:
> >>     x = company.name -- so x = "My Company, Inc."
> >>     y = company.contact.name.first -- so y =
> >> "Christopher"
> >> or something like that.
> >> Who's got somethin' for me?!
> 
> eyc> Guido van Rossum
> eyc> Prof. Nicklaus Wirth
> eyc> Countess Ada Lovelace
> eyc> to name just a few :)
> 
> eyc> Irv
> 
> Thanks, "Irv," if that's indeed your real name!
> 
> I would also accept the following:
> 
>   x = company({ "name" }) -- or
>   x = euv("company",{"name"})
>   y = euv("company",{"contact","name","first"})
> 
> Now, is something even remotely resembling that functionality
> available with EUPHORIA? :P
> 
> 
> 
> TOPICA - Start your own email discussion group. FREE!
> 
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu