BE_ArrayChangeValue
BE_ArrayChangeValue ( array ; valueNumber ; newValue )
Changes the array item at valueNumber to newValue in array number array.
Version : 4.0
4.0.2 : Renamed from BE_Array_Change_Value
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.
Result : 0 for no error.