This tag accepts 4 values, representing 2 proportional ratios in the order given. ("A is to B as X is to Y.") Three of the given values must be integers, and the fourth must be a string, such as 'x', representing the missing value. The tag determines the value of x with a simple cross-multiply and divide operation.
Parameters
none
Sample Usage
math_proportion(12,63,'x',345);
-> 65
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.