Navigation: Javascript API > Programming in JavaScript
Use variables
In your scripts you can create any number of variables to save values.
Example:
var net = jr_get_value(“netamount”); // Write the value of a dialog field to a variable
var gross = net * 1.19;