Home | Notes | Languages | Programs | Homework |
Re: Problem with load |
Stephen Edwards (edwards@CS.VT.EDU)
Wed, 24 Oct 2001 09:05:38 -0400
Message-ID: <3BD6BCA2.E7EA68E2@cs.vt.edu> Date: Wed, 24 Oct 2001 09:05:38 -0400 From: Stephen Edwards <edwards@CS.VT.EDU> Subject: Re: Problem with load
> Jonathan Berkowitz wrote:
>
> After I load my program and then try to load the sample input file
> i get this error message:
> The procedure #[compound-procedure 1 load] has been called with 1
> argument; it requires exactly 5 arguments.
>
> Does this mean there is something wrong with my code or am I
> doing something else wrong?
Almost certainly something is wrong with your code. Check to see if
you accidentally redefined "load" in your source (say, where you meant
to define a function called "iload", for example).
-- Steve
-- Stephen Edwards 604 McBryde Hall Dept. of Computer Science e-mail : edwards@cs.vt.edu U.S. mail: Virginia Tech (VPI&SU) office phone: (540)-231-5723 Blacksburg, VA 24061-0106 -------------------------------------------------------------------------------
Home | Notes | Languages | Programs | Homework |