Gentee Programming Language > Documentation > Libraries Download documentation

arr.del

Remove items or an items from an array.
 
arr.del(
      uint   num
)

Parameters

numThe number of item starting from 0.



 
arr.del(
      uint   from,
      uint   to
)

Parameters

fromНомер первого удаляемого элемента с 0.
toThe number of the last item being deleted.

See also

    Arrays


 Copyright © 2004-2006 Gentee Inc. All rights reserved.