HP Forums

Full Version: 50g CRLIB no $VARS option?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
Reference URL's