Programing LUA Indirect Expresión

Moderator: admin

Programing LUA Indirect Expresión

Postby Kilgharrah » Thu Apr 06, 2017 6:53 am

Hi, there is some function that allows to use the content of a variable as follows:

Code: Select all
.
local a = 10;
local b = 11;
.
.
local exp = nil;
.
.
exp = "a < b";

if xxx(exp) then
.
.


Where xxx is how to use if a < b then as programming instruction, I hope I made myself clear.

Thanks
User avatar
Kilgharrah
 
Posts: 46
Joined: Wed Sep 28, 2016 3:56 pm

Return to Indicator Development

Who is online

Users browsing this forum: No registered users and 11 guests