[Hauptseite] / [Array] / [Copy]
Class Array
  Static Function Copy(sourceArray As Array, destinationArray As Array, length As Integer)
  Static Function Copy(sourceArray As Array, sourceIndex As Integer, destinationArray As Array, destinationIndex As Integer, length As Integer)
  Static Function Copy(sourceArray As Array, destinationArray As Array, length As Long)
  Static Function Copy(sourceArray As Array, sourceIndex As Long, destinationArray As Array, destinationIndex As Long, length As Long)
//wiki.stne.net/index.php?title=API:Array.Copy
//wiki.en.stne.net/index.php?title=API:Array.Copy