Sorry, I didn't fully underderstand what you were trying to do. Unless
you do this task programmatically, I don't think that this is possible.
In article <8n9d0m$a40$1@nnrp1.deja.com>,
ej wrote:
> hi,
>
> To delete the last element of your array. Use the "Array Subset"
> function. Wire the "array index" to 0 and "array length" to
> (CURRENT_LENGTH - 1).
>
> eric
>
> In article <8n8n4j$oel$1@nnrp1.deja.com>,
> lmc_rick@my-deja.com wrote:
> > Is there an elegant way of marking the last element in a string
array
> > constant? i.e. I take an Array constant, and add a simple string to
> it,
> > so that it becomes a String Array Constant. Now I add elements 1
and 2
> > and 3. But now I want to take element 3 out. If I just delete
Element
> 3
> >
contents from the string control, that is fine, but the # of Array
> > elements is still 3. It is just that the 3rd elelment is null. How
> can I
> > make the array length 2? Now I know that starting over is one option
> > (just creat a new array constant, and add the two elements) but what
> if
> > my array constant has 100 elements and I want to make it 99. I also
> > know that programatically I can remove these elelents, but I am
taking
> > about in the programming of this constant. I must be over looking
> > something... Any ideas???
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
> >
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Sent via Deja.com http://www.deja.com/
Before you buy.