# Value From Data Table (Unit Reference) - Instance

Grammarname from the data table instance instance
FlagsOperator | Function

Returns a unit value from a data table, which may be stored as either a unit value or a unit variable. Data tables allow you to store and recall values using a string identifier.

# Arguments

  • int [ datatable ] — Instance
  • string — Name

Returns — unit

UnitRefToUnit(DataTableInstanceGetUnitRef(#PARAM(instance), #PARAM(name)))

Category: Data Table / Instance Version / Load Value

# Examples

— None found —