set


Description:

public void set (int index, Value? value)

Set a value

This function will replace the value at the specified index if it exists. If the array is not long enough to accomodate a value at the specified index it is expanded.

Parameters:

index the index to write to
value the value to write