NickCivco Posted April 17, 2012 Report Posted April 17, 2012 Hey All.. I am looking for some tips or help with reading a row from a data table. To make a long story short, we are trying to compile a HIBC code to be output to a vision camera. I am doing a vector compare of the remainder of my calculation, and the column of the table I want to find the same value in. When they are matched, I am looking to use data from the same row in the column next to it. I cant seem to get the compare to find the value I have, in the data table. Any ideas? Thanks in Advance! Nick
MVP 2023 Joe Tauser Posted April 17, 2012 MVP 2023 Report Posted April 17, 2012 What is the data type you are comparing? If it's a string, you may be running into a mismatch between the data you're looking for and a null or a space. Post your program or list some sample code. Joe T.
NickCivco Posted April 18, 2012 Author Report Posted April 18, 2012 Thanks for the response Joe! I called our distributor, and figured out my pointer was wrong. Simple fix! Thanks a lot!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now