You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Variable Library > store

18.7 store

var.store(name, value)

Stores value as a math variable with the given name. If the value cannot be stored, an error message is returned; otherwise, nil is returned.

Introduced in platform.apiLevel = '1.0'