BE_ArrayChangeValue

BE_ArrayChangeValue(array;valueNumber;newValue)



Changes the array item at valueNumber to newValue in array number array.

Parameters:

- array : the number of the array that you got back when you created the array initially.

- valueNumber : the element number to change.

- newValue : the new value to change the element to.

Keywords:

Array Change Value


Version History:

- 4.0 :

- 4.0.2 : Renamed from BE_Array_Change_Value

Still need help? Contact Us Contact Us