[Gambas-user] How do I remove an element of a multidimensional array

Gian bagoneo at ...69...
Fri Dec 5 14:10:15 CET 2014


Il 05/12/2014 13:42, Martin McGlensey ha scritto:
> Hello,
>
>
>
> I need to remove one element of a  multidimensional array. The dimensions
> are [10, 4]. I want to delete, for example, all elements of array row 1. Can
> I do this?
>
>
>
> Marty
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

A way not particulary clever? Copy your array in another with one row less.
Hi
Gianluigi




More information about the User mailing list