Post Reply 
[DB50X on DM32] library programs? (*.48s)
Yesterday, 09:58 PM
Post: #2
RE: [DB50X on DM32] library programs? (*.48s)
If you store a command to the library folder, like e.g.:
Code:

« 1 2 + »
"library:CMD1"
STO

a file CMD1.48s with the program code will be saved in folder library.

Then you can add a new entry in Lib:

Code:

"config:library.csv"
RCL
{"MyLib" {"CMD1" "="}}
+
"config:library.csv"
STO

It is also possible to save files in a subdirectory ("library:MyLib/CMD1"}, if this directory exists. If the command is not in the library folder or has a filename that does not correspond to the command, then you have to substitute "=" with the path (like "library:MyLib/CMD1").

All actions can be also done by creating the command file and editing the config/library.csv file directly.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [DB50X on DM32] library programs? (*.48s) - raprism - Yesterday 09:58 PM



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