Gentee Programming Language > Documentation > Libraries Download documentation

arr.move

Move an item in an array.
 
arr.move(
      uint   from,
      uint   to
)

Parameters

fromThe current index of the item starting from zero.
toThe new index of the item starting from zero.

See also

    Arrays


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