HP Forums
Program-editor annoyance - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Program-editor annoyance (/thread-6551.html)



Program-editor annoyance - Arno K - 07-14-2016 07:24 AM

Yesterday I wrote a little program on the prime to compute balanced-pandigits, see here, and stumbled upon an editor annoyance concerning cas-blocks in a non-cas program.
Using a cas command from the Toolbox inside the cas-block inserts for example CAS.irem(), so this seems to be a double reference to the cas which leads to a not working program.
Removing the "CAS." clearly made that part work but is not very convenient and may be confusing for beginners, so the CAS-prefix should be removed by the insertion-routine as it seems to be done when one writes a pure cas-program.
Arno