Up |
tabSet
Return the value to a given index. This function should be safe.
Prototype :
fun [tab u0 I u0] tab u0
- tab u0 : any array.
- I : any index
- u0 : new value to put
Return : tab u0 the same array with its new value or nil if an error occurs (index out of range for example).