Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ArrayUtility.RemoveAt

static function RemoveAt(array: T[], index: int): void;
static void RemoveAt(T[] array, int index);
static def RemoveAt(array as T[], index as int) as void

Description

Remove element at position index.