On Fri, 08 Jul 2005 17:46:15 +0000, Bill Spight wrote:
> Dear Steve,
>
>> > 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.
>
> No, they are in the io.icn file in the library (C:\Winicon\ipl\procs).
> Hence the
>
> link io
Hmmm, that error message definitely means that the variable
'getdrive' doesn't contain a procedure, so now *I'm* confused.
(unless the error is from write(), which is *highly* unlikely!
Good luck! I don't see what the problem is...


|