HP Forums
50g CRLIB no $VARS option? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: 50g CRLIB no $VARS option? (/thread-1297.html)



50g CRLIB no $VARS option? - HP67 - 05-12-2014 10:52 AM

I used D->LIB from Detlef Mueller today. Excellent tool for creating libs on the HP 48.

This tool allows you to set $VARS to a list of variables you want to remain in RAM although they currently exist as globals in the directory where the library is being built. I didn't see this feature documented for CRLIB in the 50g AUR. Is there a way to accomplish this using CRLIB to build a library for the 50g?


RE: 50g CRLIB no $VARS option? - HP67 - 05-12-2014 12:33 PM

The way CRLIB works on the 50g you have to specify $VISIBLE and $HIDDEN, whereas the D->LIB tool has helpful defaults. Therefore, my question is not a question. If you leave global vars out of both $VISIBLE and $HIDDEN you get the desired behavior with CRLIB.