[plt-scheme] Counter

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue May 31 14:16:36 EDT 2005

You want:

  =

not number=?. And you're missing some parenthesis.

Robby

At Tue, 31 May 2005 14:12:39 -0400, "Todd Dobmeyer" wrote:
> I am working on a loop that uses a counter. I want to compare the counter to
> the length of the string. I saw somewhere they used:
> 
>  
> 
> (number=? counter string-length str)
> 
>  
> 
> But my DrScheme says I cannot do this. Do I need to require some library or
> what? Thanks!
> 
>  
> 
> -Todd



Posted on the users mailing list.