1. (Another) (small) Eu 2.5 feature request.

This is a multi-part message in MIME format.

------=_NextPart_000_0029_01C4A174.617D5AE0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

Hey Rob!

Could you make it so that you can access a sequence like:

MySequence.1 -- would be the same as
MySequence[1]

That way, I could do something like:

constant ul=1,ur=2,bl=3,br=4

sequence rect
rect={0,0,0,0}

rect.ul=0
rect.ur=800
rect.bl=600
rect.br=800

That would be awesome.

William Heimbigner
icxcnika at hotpop.com
Visit the UBoard - Forceful Signups Removed! - http://uboard.proboards32.com -
Threaded discussion, improved searching, human moderating, graphical smileys,
better formatting abilities (now what else was there...)
Visit my website: http://www.geocities.com/icxcnika123
------=_NextPart_000_0029_01C4A174.617D5AE0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hey Rob!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Could you make it so that you can access a sequence
like:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>MySequence.1 -- would be the same as</FONT></DIV>
<DIV><FONT face=Arial size=2>MySequence[1]</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>That way, I could do something like:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>constant ul=1,ur=2,bl=3,br=4</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>sequence rect</FONT></DIV>
<DIV><FONT face=Arial size=2>rect={0,0,0,0}</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>rect.ul=0</FONT></DIV>
<DIV><FONT face=Arial size=2>rect.ur=800</FONT></DIV>
<DIV><FONT face=Arial size=2>rect.bl=600</FONT></DIV>
<DIV><FONT face=Arial size=2>rect.br=800</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>That would be awesome.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>William Heimbigner<BR><A 
href="mailto:icxcnika at hotpop.com">icxcnika at hotpop.com</A><BR>Visit the
UBoard -
Forceful Signups Removed! - <A 
href="http://uboard.proboards32.com">http://uboard.proboards32.com</A> - 
Threaded discussion, improved searching, human moderating, graphical smileys, 
better formatting abilities (now what else was there...)<BR>Visit my website: <A
href="http://www.geocities.com/icxcnika123">http://www.geocities.com/icxcnika123</A></FONT></DIV></BODY></HTML>

------=_NextPart_000_0029_01C4A174.617D5AE0--

new topic     » topic index » view message » categorize

2. Re: (Another) (small) Eu 2.5 feature request.

Can cause ambiguity.. although it is nice looking

what does a.b.2 mean? a[b][2] or a[b[2]] ?


W> Hey Rob!
W> ?
W> Could you make it so that you can access a sequence like:
W> ?
W> MySequence.1 -- would be the same as
W> MySequence[1]
W> ?
W> That way, I could do something like:
W> ?
W> constant ul=1,ur=2,bl=3,br=4
W> ?
W> sequence rect
W> rect={0,0,0,0}
W> ?
W> rect.ul=0
W> rect.ur=800
W> rect.bl=600
W> rect.br=800
W> ?
W> That would be awesome.
W> ?
W> William Heimbigner
W> icxcnika at hotpop.com
W> Visit the UBoard - Forceful Signups Removed! -
W> http://uboard.proboards32.com - Threaded discussion, improved
W> searching, human moderating, graphical smileys, better formatting
W> abilities (now what else was there...)
W> Visit my website: http://www.geocities.com/icxcnika123
W> --^^---------------------------------------------------------------
W> This email was sent to: akusaya at gmx.net

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

3. Re: (Another) (small) Eu 2.5 feature request.

----- Original Message ----- 
From: "aku saya" <akusaya at gmx.net>
To: "William Heimbigner" <icxcnika at hotpop.com>
Cc: <EUforum at topica.com>
Sent: Thursday, September 23, 2004 2:09 PM
Subject: Re: (Another) (small) Eu 2.5 feature request.


> 
> 
> Can cause ambiguity.. although it is nice looking
> 
> what does a.b.2 mean? a[b][2] or a[b[2]] ?
> 
a[b][2]
however since you brought it up,
a.b..2
could mean
a[b[2]]
> 
> W> Hey Rob!
> W> ?
> W> Could you make it so that you can access a sequence like:
> W> ?
> W> MySequence.1 -- would be the same as
> W> MySequence[1]
> W> ?
> W> That way, I could do something like:
> W> ?
> W> constant ul=1,ur=2,bl=3,br=4
> W> ?
> W> sequence rect
> W> rect={0,0,0,0}
> W> ?
> W> rect.ul=0
> W> rect.ur=800
> W> rect.bl=600
> W> rect.br=800
> W> ?
> W> That would be awesome.
> W> ?
> W> William Heimbigner
> W> icxcnika at hotpop.com
> W> Visit the UBoard - Forceful Signups Removed! -
> W> http://uboard.proboards32.com - Threaded discussion, improved
> W> searching, human moderating, graphical smileys, better formatting
> W> abilities (now what else was there...)
> W> Visit my website: http://www.geocities.com/icxcnika123
> W> --^^---------------------------------------------------------------
> W> This email was sent to: akusaya at gmx.net
> 
> 
> 
>

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

4. Re: (Another) (small) Eu 2.5 feature request.

----- Original Message ----- 
From: "William Heimbigner"
Sent: Thursday, September 23, 2004 2:51 PM
Subject: (Another) (small) Eu 2.5 feature request.


> Hey Rob!
> 
> Could you make it so that you can access a sequence like:
> 
> MySequence.1 -- would be the same as
> MySequence[1]
> 
> That way, I could do something like:
> 
> constant ul=1,ur=2,bl=3,br=4
> 
> sequence rect
> rect={0,0,0,0}
> 
> rect.ul=0
> rect.ur=800
> rect.bl=600
> rect.br=800
> 
> That would be awesome.
> 
> William Heimbigner
> icxcnika at hotpop.com

Um, I'm not going to dignify this thread with any more readings.
I've read like 3 post and simply thought with the first one.
NO!
Besides.  I have nothing to worry.  There is exactly 0% chance
that Rob would every implement somthing as silly as that.

    unkmar - Over and out.

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

5. Re: (Another) (small) Eu 2.5 feature request.

Kat wrote:

> Cat Stevens
> a singer and songwriter in the USA;
> wrote "Baby It's A Wild World" and "Lady D'Arbanville" for the actor and
> model Patti D'Arbanville.

Hmmm. Perhaps not a good illustrative choice. My anti-terrorist filter 
almost didn't let the email through ... but then it showed better 
judgement than others, and relented.

-- 
Craig

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

6. Re: (Another) (small) Eu 2.5 feature request.

On 24 Sep 2004, at 16:58, Craig Welch wrote:

> 
> 
> Kat wrote:
> 
> > Cat Stevens
> > a singer and songwriter in the USA;
> > wrote "Baby It's A Wild World" and "Lady D'Arbanville" for the actor and
> > model Patti D'Arbanville.
> 
> Hmmm. Perhaps not a good illustrative choice. My anti-terrorist filter 
> almost didn't let the email through ... but then it showed better 
> judgement than others, and relented.

That's good. Tell the other filters he gave $500,000usd per year to UNICEF. 
Tell them he has donated 100% of royalties from his songs to charities. Oh, 
and a new dvd release in Europe has topped the charts for weeks, and 
money from it will goto children too. It's no secret he donated money for the 
last 30 years, and seeing as how he flew to the usa last month and wasn't 
caught then, just how safe does "homeland security" make you feel now??

Kat

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

7. Re: (Another) (small) Eu 2.5 feature request.

Kat wrote:

> That's good. Tell the other filters he gave $500,000usd per year to UNICEF. 
> Tell them he has donated 100% of royalties from his songs to charities. Oh, 
> and a new dvd release in Europe has topped the charts for weeks, and 
> money from it will goto children too. It's no secret he donated money for the 
> last 30 years, and seeing as how he flew to the usa last month and wasn't 
> caught then, just how safe does "homeland security" make you feel now??

I think you missed the mild sarcasm in my post, which was to the 
effect that the security tweenies are a bunch of dills ... I'm aware 
of his good works, and support them.

The notion of 'homeland security' does nothing to make me feel safe at 
all.

Too far off topic now, I'll post no further on this particular matter.

-- 
Craig

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

8. Re: (Another) (small) Eu 2.5 feature request.

Craig Welch wrote:
> 
> Kat wrote:
> 
> > Cat Stevens
> > a singer and songwriter in the USA;
> > wrote "Baby It's A Wild World" and "Lady D'Arbanville" for the actor and
> > model Patti D'Arbanville.
> 
> Hmmm. Perhaps not a good illustrative choice. My anti-terrorist filter 
> almost didn't let the email through ... but then it showed better 
> judgement than others, and relented.

This is a joke, right? "anti-terrorist" filters? Sheessh!

-- 
Derek Parnell
Melbourne, Australia

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

9. Re: (Another) (small) Eu 2.5 feature request.

Derek Parnell wrote:

>>Hmmm. Perhaps not a good illustrative choice. My anti-terrorist filter 
>>almost didn't let the email through ... but then it showed better 
>>judgement than others, and relented.

> This is a joke, right? "anti-terrorist" filters? Sheessh!

Uh yes, it's a joke, predicated on Mr. Stevens not being allowed into 
the US a couple of days ago ...

-- 
Craig

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

Search



Quick Links

User menu

Not signed in.

Misc Menu