Re: what error is this?
- Posted by George Walters <gwalters at sc.rr.com> Jun 19, 2002
- 433 views
could endtime and starttime not be atoms? george ----- Original Message ----- From: "Kat" <gertie at PELL.NET> To: "EUforum" <EUforum at topica.com> Subject: what error is this? > > Why would this line, which does no length comparisons: > > puts(writefile,"num1= "&num_1&"\nnum2= "&num_2&"\n\noriginal = > "&sprintf("%d",num_1/num_2)&"\nstr math = "&junk&"\nTime= > "&sprintf("%d",endtime-starttime)) > > give me this error: > > sequence lengths are not the same (5 != 1) > > Kat, > puzzled. > > > >