Demo: use CAS View in background (with JavaScript)

text1 has the following for its OnUpdate script:[br][br][code]var s = ggbApplet.getValueString("text1");[br]ggbApplet.evalCommand('$1 = ' + s);[/code][br][br]which allows a text entered by the user to be processed in the CAS View for a more accurate calculation

Information: Demo: use CAS View in background (with JavaScript)