October 16, 200619 yr Hi All, is it possible to use a variable in the Preform Find Script Step? I'm trying to match the exact part number in variable set earlier in the script but == $Part#Search doesn't seem to work -( Thanks Peter :-)
October 16, 200619 yr The simple answer is yes..... but Can you show us the script or the file an explain what you want to accomplish? Enter Find Mode() Set Field(:Field to Search; $Part#Search) Perform Find() Edited October 16, 200619 yr by Guest
October 17, 200619 yr Author Hi aldipalo, I currently use the three steps you suggested but is it possible to use just the one Perform Find script step? Thanks Peter -) Edited October 17, 200619 yr by Guest
October 17, 200619 yr is it possible to use just the one Perform Find script step? Only for searching for a static value. For your variable search, it must be done as outlined (it's not possible to use a variable in restored Find criteria).
Create an account or sign in to comment