Post Reply 
Modular programming?
03-10-2019, 05:42 PM
Post: #2
RE: Modular programming?
Yes, what you're asking can be done.

Before going any further, make sure your Prime is updated to the latest version, which is 14181 (2018 10 16), I think.

You then start by creating an app either derived from one of the baked-in apps or inheriting nothing at all. Let's say you call that app "MyFuncs" for argument's sake.

The programs in MyFuncs won't clutter up your list of programs but if they are "exported" (check out the EXPORT keyword) then they are accessible from any app by qualifying them: MyFuncs.ProgName()
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Modular programming? - mgmander - 03-10-2019, 01:57 AM
RE: Modular programming? - grsbanks - 03-10-2019 05:42 PM
RE: Modular programming? - mgmander - 03-14-2019, 03:19 AM
RE: Modular programming? - Tim Wessman - 03-14-2019, 03:57 AM
RE: Modular programming? - mgmander - 03-14-2019, 04:22 AM
RE: Modular programming? - grsbanks - 03-14-2019, 09:14 AM
RE: Modular programming? - mgmander - 03-11-2019, 04:36 AM
RE: Modular programming? - Tyann - 03-11-2019, 06:47 PM
RE: Modular programming? - mark4flies - 03-16-2019, 11:44 AM



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