Basic math with variables

say i have a variable that is ‘value2’ = 2 and i have another which is ‘size’ = 6, then i have a dynamic text box called ‘total’ how can i multiply value2(2) by size(6) and display it in ‘total’?

cheers.