I am trying to read text from a set of imageloction coordinates. I am able to find the coordinates fine but when trying to perform the readtext of a different location will get various errors from various attempts. but the main error is expected numbers, dates and /or list; got [ the locations it found]
Here is what I have so far and will error in the 3rd line. I have tried different numbers in the searchrectangle and still get the errors.
put ImageLocation(text:"Available Coverages", searchrectangle: (240,856,498,975)) into covloc
log covloc
*put (covloc+(85,0,85,20)) into covloc*
put readtext (covloc) into covinfo
log covinfo
Thanks in advance