Post Reply 
newRPL - build 1255 released! [updated to 1299]
03-04-2018, 04:34 AM
Post: #157
RE: newRPL - build 1001 released! [update:build 1046]
(03-03-2018 05:10 AM)The Shadow Wrote:  Does LIBCLEAR erase the entire library directory? Or do you specify a list of targets like PURGE?
You provide the library ID you want to clear. It only clears the data associated with the given library, does not uninstall the library. This is in case you need to "factory reset" a library if you messed up the settings badly. It also cleans up if the library leaves data stored after you detach it. The system does not delete library private data when you detach it, since you might want to attach it back later and keep using it, so to completely clean uninstall you need to DETACH and LIBCLEAR the same library ID.

(03-03-2018 05:10 AM)The Shadow Wrote:  I gather that it doesn't matter what directory you're in when you ATTACH a library, unlike oldRPL? I never did see the point in ATTACHing anywhere but HOME.

Correct, I could never find any practical use for libraries attached to directories, so newRPL attaches libraries to the system, not to any particular directory. They become part of the system just as much as any built-in library.


LIBSTO and LIBRCL look fun.

(03-03-2018 05:10 AM)The Shadow Wrote:  EDIT: Just made my first library, and some of the names in the menu are filled with extraneous characters. They still work as programs, but don't display help.

Oh, and the RS-hold-menu key thing to get the library ID doesn't seem to be working.

Can you email me your entire source directory? I need to build your library with the debugger on to see what's going wrong with those names.

The RS-hold-menu key works in Algebraic mode only. Similar to the variables menu, where RS means RCL, using RS will RCL the library itself, but if you put the quotes to go into A mode, RS will put the variable name (in this case library ID) on the command line.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL - build 1001 released! - pier4r - 12-16-2017, 08:03 AM
newRPL - on Hp 39gs - Martin Hepperle - 06-05-2019, 06:51 AM
RE: newRPL - build 1001 released! - pier4r - 12-23-2017, 10:16 AM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 09:42 AM
t - Claudio L. - 01-01-2018, 03:06 PM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 03:41 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 04:54 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 06:58 PM
RE: newRPL - build 1001 released! [update:build 1046] - Claudio L. - 03-04-2018 04:34 AM
newRPL - brickviking - 10-05-2018, 06:01 AM
How to participate? - erazor - 12-13-2019, 07:12 AM



User(s) browsing this thread: 4 Guest(s)