--- doc/docbase/instrument_scripts/nksp/reference/functions/nksp_array_equal_function.html 2017/05/28 16:28:00 3235 +++ doc/docbase/instrument_scripts/nksp/reference/functions/nksp_array_equal_function.html 2017/05/28 16:30:21 3236 @@ -17,7 +17,7 @@

Function Prototype

-array_equal(??a??, ??b??) +array_equal(??array1??, ??array2??)

Arguments

@@ -26,13 +26,13 @@ Argument Name Data Type Description - ??a?? + ??array1?? Integer Array Variable First integer array variable to be compared.
[required] - ??b?? + ??array2?? Integer Array Variable Second integer array variable to be compared.
[required]