Table.get_value
get_valueselectorindexif_missing
Group: Selections
Aliases: cell value, get cell
Documentation
Gets a value from the table.
Arguments
selector: The name or index of the column.index: The index of the value to get within the column.if_missing: The value to use if the selector isn't present.
Examples
Get the names of all of the items from the shop inventory.
import Standard.Examples
example_at = Examples.inventory_table.get_value "item_name" 4