dhundley
2 years agoRegular Contributor
what could cause the exact same field on a table to not equal itself?
my application has a table with rows and columns. i can access the values in the individual cells by referencing the wValue(r,c) property where r and c are the zero indexed row and column location in...
- 2 years ago
I would use VarToStr to force them both to be strings and then compare them. You never know what's hidden in app fields that cause them to not match.
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqconvert/methods.html