Because there are much more cleverer people than me here.
Does anyone have the quick command line lua to take a variable and multiple it by say 2 and replace the variable with the new value?
like X= $variable, X = X*2, $variable=X
Thank you muchly.