--- doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/05/26 18:55:45 3222 +++ doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/05/26 19:14:44 3223 @@ -28,6 +28,10 @@ Function Description + array_equal() + Check whether two arrays are equal. + + dec() Decrements the passed integer variable by one. @@ -44,6 +48,14 @@ Prints text to the sampler's terminal. + search() + Search for a certain value within an array. + + + sort() + Sort the given array. + + exit() Stops execution of the current event handler instance.