> > AND DID A TEST, THE RESULTS ARE AS FOLLWED:
> >
> > I do this: sa_cust[1] = tcZipCode && Echo back
> > return "I GET 9999999999' in the array/field.
> >
> > I do thsi: sa_cust[1] = "hello"
> > "I GET HELLO in the aaray/field".
> >
>
> Interesting. I wonder if your variable is actually a character type? Maybe you're trying to compare a number to a character?
>
>
> ---
>
>
www.foxite.com - The Home of the Visual FoxPro Experts
*********************************************
Hi Michael:
Further debugging now I get after the error message "Operator/operand type mismatch", Line of code with error: "Select scfCode From POMB3Z Where Between(tcZipCode,Zip,ZipEnd) INTO ARRAY arrRet"
Suggestion?
Thanks Michael,
PM