GetTableValue¶
Description¶
Gets the value at index from table and stores it in store.
Parameters¶
store-
Variable from where to save the read value.
index-
The index to read the value of.
table-
Name of the table from where to get the value.
Return Value¶
Sets store to the result.