dvsDave Well-known member Sep 12, 2013 #1 {xen:number $class.variable} can I add a value to the variable... for example, {xen:number $class.variable + 22} What's the proper syntax for this?
{xen:number $class.variable} can I add a value to the variable... for example, {xen:number $class.variable + 22} What's the proper syntax for this?
digitalpoint Well-known member Sep 12, 2013 #2 This is what you want... Code: {xen:number {xen:calc '{$class.variable} + 22'}}