Hiding A Cursor in a MIAW

Date:    Thu, 14 Dec 1995 10:17:00 GMT
From:    Andreas Viviani <aviviani@ACCESS.CH>
Subject: Re: Cursor 200 in a MIAW

>Has anybody experienced any problems with hiding the cursor in a miaw, I
>can put all kind of cursors but no make it invisible.
MIAW or not or whatever, I always use
  hideCursor
which is:
  on hideCursor
    cursor -1
    cursor 200
  end hideCursor
For an explanation, see the archives. And yes, it's a "feature".