Skip to content

SetTableValue

Description

Sets the value at index from table to value.

Parameters

value

The value to replace index with.

index

The index to replace the value of.

table

Name of the table from where to set the value.

Return Value

None.

Syntax

SetTableValue(int value, int index, table)

Example

SetTableValue(55, 3, TestObject_Table)