0 Members and 4 Guests are viewing this topic.
Try..some codeCatch..errorhandling codeEnd try
Try..some codeCatch ex as Exception..errorhandling codeEnd Try
If Exists sString..do somethingEnd
Sounds good.program4: The solution to that is to package the library with the program, and perhaps give the device a central libraries location. If the libraries the program needs are already there, you can just have the device discard the extra copies.
You sorta reminded me of the never-used OpenLib( and ExecLib( commands on the 84+(SE). Though libraries would actually be libraries and not stand-alone apps Although this is more of a device suggestion than BASIC language suggestion, will there be folders? I'm assuming yes, since you plan to use KOS or something similar. Maybe a /libs folder for everything library-related.