Re: 2 simple questions about SKILL language



In article <a71eae80-6404-4942-813e-488d9726d067@xxxxxxxxxxxxxxxxxxxxxxxxxxx> chen_zhitao@xxxxxxxxx writes:
<1> Unload and undefine
After loading a script, how to unload it without exiting icfb?
After defining a variable, how to undefine it without exiting icfb?

You cannot "unload" a script. You can change it and load it again, though.

I do not know whether a global symbol can be "undefined" once it has been
defined. You can always set the value to nil, though.

<2> Setting cursor
I have a window(2) opening, which is a schematic editor window.
hiSetCursor(window(2) `hicHourglass)
*Error* hiSetCursor: argument #2 should be an integer (type

hicHourglass is a global variable used as a constant, not a symbol. So it
should be:

hiSetCursor(window(2) hicHourglass)

The "c" in hic means no-one should modify it, else things won't work right.

The value of hicHourglass is 14.

-Pete Zakel
(phz@xxxxxxxxxxxxxxxx)

"What is a magician but a practising theorist?"

-Obi-Wan Kenobi
.



Relevant Pages

  • 2 simple questions about SKILL language
    ... how to unload it without exiting icfb? ... how to undefine it without exiting icfb? ... which is a schematic editor window. ...
    (comp.cad.cadence)
  • [CFT][RFC] Module auto-unloading solution.
    ... I put together the script at the end of this ... It won't try to unload ethernet drivers ... ## your kernel modules. ... # Create a regexp of ethernet modules. ...
    (Linux-Kernel)
  • HTC Components with > 512 bytes of javascript slow to unload
    ... When using large number of copies of a lightweight HTC behavior ... component to unload the page, ... If I shrink the javascript code below the 512 byte limit, ... The 512 byte limit only affects the contents of the <script ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Tuning advice needed - IDS 11.5.FC1
    ... Each database is in its own dbspace. ... purpose is to unload each database for archiving. ... I use a script that calls dbaccess and uses the unload command ... The server also houses the live instance. ...
    (comp.databases.informix)
  • hi all
    ... trying to use this script to remove the internet connection wizard as part ... The problem is that it does not unload the hive at the end of the script? ... ' Loads Default User Hive ...
    (microsoft.public.scripting.wsh)