by Steve Wampler <swampler@[EMAIL PROTECTED]
>
Jul 8, 2005 at 09:40 AM
On Fri, 08 Jul 2005 01:36:38 +0000, Bill Spight wrote:
> Thanks for your helpfulness. :-)
>
> Version: Icon2 9.3.2 for MS Windows
That's a little dated, I think. Which may be
the problem...
> Error message:
>
> File noname.icn; Line 5
> procedure or integer expected
> offending value: &null
> Traceback:
> main()
> &null() from line 5 in noname.icn
Ah - that's very helpful. Apparently there is
no 'getdrive()' function in Icon 9.3.2 for MS Windows.
(Same for the other functions as well.) My guess is
that they were added in the 9.4.x versions, but
someone who uses Windows will have to verify that).
The other possibility is that they exist in a
separate package, but I doubt that's the case.