gosub>getnumber
let>x=number //from sub
gosub>getnumber
let>y=number
let>newnumber={{%x%}}+{{%y}}-1
if x=456789
and y=23456789
the result in the viewer is that newnumber = {{456789}}+{{23456789}}-1
which mean the expression is not being carried out and it's beinf treated as a literal... anyone know the correct form I should be using? TIA