RE: Silly Array Question

2003-03-07 Thread Feasey, Nicholas
My..my.  It just as simple as that?
All the other elements in the array will adjust their position in the array?

N

-Original Message-
From: Monte Goulding [mailto:[EMAIL PROTECTED] 
Sent: 6-Mar-03 6:33 PM
To: [EMAIL PROTECTED]
Subject: RE: Silly Array Question


delete variable myArray[whatever]

Cheers

Monte

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Feasey,
 Nicholas
 Sent: Friday, 7 March 2003 9:31 AM
 To: '[EMAIL PROTECTED]'
 Subject: Silly Array Question
 
 
 Ok, I admit it, I'm not getting it.
 
 I have no problem deleting an item (line) from a list but now I'm 
 trying to
 delete an item from an array.
 
 I have looked through the online documentation and, for some 
 reason, I'm not
 grasping which the command used to delete an array element?
 
 Any assistance, as per usual, is greatly appreciated.
 
 N
 
 ___
 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
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Silly Array Question

2003-03-07 Thread Alex Rice
On Friday, March 7, 2003, at 10:56  AM, Feasey, Nicholas wrote:

My..my.  It just as simple as that?
All the other elements in the array will adjust their position in the 
array?
I probably shouldn't answer this since I'm somewhat of a newbie, but I 
think arrays in Rev are really hashes or shelves. So when you do delete 
variable something[x] you are telling the array to drop the key named x 
and it's value.

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
[EMAIL PROTECTED]
[EMAIL PROTECTED]


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


RE: Silly Array Question

2003-03-07 Thread Feasey, Nicholas
Yeah, that's what I thought as well.
I'm only trying to delete an element in an array.
In text fields it is a snap to delete a line.

N

-Original Message-
From: Alex Rice [mailto:[EMAIL PROTECTED] 
Sent: 7-Mar-03 1:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Silly Array Question



On Friday, March 7, 2003, at 10:56  AM, Feasey, Nicholas wrote:

 My..my.  It just as simple as that?
 All the other elements in the array will adjust their position in the 
 array?

I probably shouldn't answer this since I'm somewhat of a newbie, but I 
think arrays in Rev are really hashes or shelves. So when you do delete 
variable something[x] you are telling the array to drop the key named x 
and it's value.

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
[EMAIL PROTECTED]
[EMAIL PROTECTED]



___
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


RE: Silly Array Question

2003-03-06 Thread Monte Goulding
delete variable myArray[whatever]

Cheers

Monte

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Feasey,
 Nicholas
 Sent: Friday, 7 March 2003 9:31 AM
 To: '[EMAIL PROTECTED]'
 Subject: Silly Array Question
 
 
 Ok, I admit it, I'm not getting it.
 
 I have no problem deleting an item (line) from a list but now I'm 
 trying to
 delete an item from an array.
 
 I have looked through the online documentation and, for some 
 reason, I'm not
 grasping which the command used to delete an array element?
 
 Any assistance, as per usual, is greatly appreciated.
 
 N
 
 ___
 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