PLEASE REMOVE ME FROM YOUR EMAIL LIST. THE MAIL IS A NUISANCE.

2005-04-22 Thread Erik Hansen

--- [EMAIL PROTECTED] wrote:
> PLEASE REMOVE ME FROM YOUR EMAIL LIST.  THE
> MAIL IS A NUISANCE.
> 
>   NNEKA KENDRICK
> [EMAIL PROTECTED]

how do you REALLY feel about it, NNEKA?

[EMAIL PROTECTED]http://www.erikhansen.org



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Remove me please

2002-05-09 Thread Eduardo Di Santi

Please remove me

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



remove me

2002-03-10 Thread Nadav Dafni

remove me, please














-Original Message-
From: Jim Hurley <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Saturday, March 09, 2002 5:03 PM
Subject: Initializing variables


I have a list of variables, say "x,y,z"

I would like to set each of these equal to zero. If I were to use the 
following:

put "x,y,z" into tList
repeat with i = 1 to 3
put 0 into item i of tList
end repeat

This would of course replace the list x,y,z by 0,0,0 and not achieve 
my objective.

Instead I want x,y, and z to take on the values 0. I've tried quotes 
and value() without success. My actual list is very long and it would 
be awkward to

put 0 into x
put 0 into y
put 0 into z

Any thoughts on an efficient way of assigning values to variables 
within a list?

Thanks,

Jim Hurley
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution