Quote from
luishp on March 1, 2020, 9:14 pm
Hi @samuel-vanneste,
VARREF = Variable by reference. You can assign a value directly to the parameter name.
Example: myparameter=value;
VARNAME = The parameter will store the variable name in a string format.
Example: $App[myparameter]=value;
NeoScript Subroutines are called Functions in JavaScript.
Let me know if you need any plugin source code as a sample.
Hope it helps.
Regards.
Hi @samuel-vanneste,
VARREF = Variable by reference. You can assign a value directly to the parameter name.
Example: myparameter=value;
VARNAME = The parameter will store the variable name in a string format.
Example: $App[myparameter]=value;
NeoScript Subroutines are called Functions in JavaScript.
Let me know if you need any plugin source code as a sample.
Hope it helps.
Regards.
Vadim and Samuel Vanneste have reacted to this post.