0 Members and 3 Guests are viewing this topic.
You will not be given any visual confirmation that the install took place,but you will be able to tell by using the following code in a BASIC routine: :If det([[1]]) :Then :Disp "CIII NOT INSTALLED" :Stop :End If Celtic III is not installed, the code between Then:End is run. If it is,then the code is not executed. The reason this works is because Celtic IIIcatches a 1x1 matrix input into the det( instruction and returns 0. IfCeltic III is not installed, it returns whatever the determinant of a 1x1matrix is (which is just the number itself).
Sorry to bother you on this topic again. Will using det([[1]]) check if Celtic3 EXISTS ON CALC or just if it is INSTALLED? And, will this work on both the program and app versions of Celtic3?[...]