Solved
Forum Discussion
rraghvani
Champion Level 3
3 years agoTry using the eval() method. For example,
var obj = eval("Regions.Pallet" + IntToStr(pallete_number + 1));
obj.Check(imageCaptureAreaForPallet);MOHIN_PASHA
3 years agoNew Contributor
Not working as I have tried. By the way I'm automating desktop application using python script.