"RichS [MVP]" <RichSMVP@xxxxxx> wrote in message
news:13303330-2522-4438-A913-06447A3B5E93@xxxxxx
Quote:
>I think the problem is with read-host it returns the number yoiu type as a
> string. $guess is a string rather than an integer so you are comaring a
> string to an integer which is where the odd behaviour comes from.
I thought it was something like that. Thanks much!