Changes

Jump to navigation Jump to search

Array Compare

283 bytes removed, 10:59, 4 March 2017
no edit summary
== Usage ==
<syntaxhighlight >Array_Compare(SourceArray,SourceIndex,DestinationArray,DestinationIndex,NumberOfElements)</syntaxhighlight>
Where:
Assign a value, indicating the result of comparing two-element segments, of Array1, beginning at the index of 4, and of Array2, beginning at the index of 6, to Value1 variable:
<syntaxhighlight>Value1=Array_Compare(Array1,4,Array2,6,2);</syntaxhighlight>
Assign a value, indicating the result of comparing two-element segments that begin at the index of 4 and at the index of 6 within the same array, to Value1 variable:
<syntaxhighlight>Value1=Array_Compare(Array1,4,Array1,6,2);</syntaxhighlight>
[[Category:Dynamic Arrays]]

Navigation menu