NickCivco Posted April 17, 2012 Report Share 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 Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted April 17, 2012 MVP 2022 Report Share 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. Quote Link to comment Share on other sites More sharing options...
NickCivco Posted April 18, 2012 Author Report Share 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.