theyetti Posted October 16, 2006 Posted October 16, 2006 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 :-)
aldipalo Posted October 16, 2006 Posted October 16, 2006 (edited) 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, 2006 by Guest
theyetti Posted October 17, 2006 Author Posted October 17, 2006 (edited) 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, 2006 by Guest
Ender Posted October 17, 2006 Posted October 17, 2006 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).
theyetti Posted October 18, 2006 Author Posted October 18, 2006 Hi Ender, thanks for clarifying this, Cheers Peter -)
Recommended Posts
This topic is 6947 days old. Please don't post here. Open a new topic instead.
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