> Benoit,
>
>
> I think I found a bug with the "_unknown" properties that we've been
> discussing. I have an object named CUSTOMER and am using the "_unknown"
> method to get at fields in the CUSTOMER object.
>
> Print Customer.Name
>
> works, but
>
> If Customer.Name = "Test"
>
> fa
Benoit,
I think I found a bug with the "_unknown" properties that we've been
discussing. I have an object named CUSTOMER and am using the "_unknown"
method to get at fields in the CUSTOMER object.
Print Customer.Name
works, but
If Customer.Name = "Test"
fails with a "Type Mismatch:".