by Bill Spight <bspight@[EMAIL PROTECTED]
>
Jul 8, 2005 at 05:46 PM
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
line. And I checked the autoexec.bat file to make sure the environmental
variables were set correctly.
Relevant lines in my autoexec.bat file:
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\IV;C:\WINICON\BIN
SET IPATH=C:\WINICON\IPL\GPROCS C:\WINICON\IPL\PROCS
SET LPATH=C:\WINICON\IPL\GINCL C:\WINICON\IPL\INCL
SET WICONINI=C:\WINICON\WI.INI
Many thanks,
Bill