New Version: 2014.1203
|
12-02-2014, 10:20 PM
(This post was last modified: 12-02-2014 10:35 PM by Tim Wessman.)
Post: #7
|
|||
|
|||
RE: New Version: 2014.1124
(12-02-2014 09:40 PM)Alberto Candel Wrote: are gone from the Program Lisr. They are still there listed in the Variables. Is there a way to make them show up in the Program list (Shift-[1])? CAS objects no longer will show up in the program catalog. Unfortunately, as there really was no distinction between a simple "function" and a much more complicated one there was no way to automate that process. If you have CAS functions that should remain around and are not just temporary functions, you should move them over to use the new #cas #end in a program file. Try to make a "CAS program" from the catalog and you will see the new way to do it. Doing this means that your comments in the CAS functions won't be lost, they can be edited in the conn kit, you can't accidentally delete them and have them permanently gone, and they behave more like the other "program" source files, etc. You can even mix them in with the normal exported function variables. Basically, anything within #cas #end is executed/parsed by the CAS parser on source compile or check. Thus doing this for example is now perfectly valid: Code:
TW Although I work for HP, the views and opinions I post here are my own. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 27 Guest(s)