arithmetic operation between two custom fields variables
-
Hi, does anyone has an idea on how to make an arithmetic operation between 2 variables in the custom field code section ?
Example : The wizard generates the following code for grabbing the subtotal :
return (new CSimpleField(‘table’,’data’,’subtotal’,null,null))->GetHtml();I want to divide tow of thats variables. How can i do it?
The topic ‘arithmetic operation between two custom fields variables’ is closed to new replies.