User options functions allow options to be set from a key formula.
stoNfDig(2, 2) - Stores the number formatter minimum and maximum digits. (minimum digits is ignored).
stoNfstyle(nfStyleDec) - Stores the number formatter style. Use constants nfStyleNone, nfStyleDec or nfStyleSci.
stoRowsDisplayed(2) - Stores the number of rows to display, 1-4.
stoFlag(true, flagdrm) - Stores the boolean value (0 or 1) of a flag memory location. CALC 1 uses flagdrm (=11)for the degree or radian mode and flagebe (=10) for the BEG and END mode.
stoUseSigDigits(true) - Stores the number format option to use signigicant digits. true or false.
rclNfMaxDig - Recalls the number formatter maximum digits.
rclNfStyle - Recalls the number formatter style. nfStyleNone=0, nfStyleDec=1 or nfStyleSci=4.
rclUseSigDigits - Recalls the number format option to use signigicant digits.
rclFlag - Recalls the value (0 or 1) of a flag memory location. CALC 1 uses flagdrm (=11)for the degree or radian mode and flagebe (=10) for the BEG and END mode.