Create Variable

Create Variable

Variables are used to store information and they exist in almost all projects. The Create Variable shows the following window:

Accessing Variable in codes

Kwik4 ‘s global table is _K

local _K = require “Application”

_K.YOUR_GLOBAL_VARIABLE = 1

Local variable made with Create Variable is stored in UI table.

UI.YOUR_VARIABLE = 1