SteveNadeau Posted September 1, 2011 Posted September 1, 2011 Hi, I started working with output variables in my different tests, and I was wondering if or how I could integrate those concepts once the function was registered and it was used via the calculation dialog. first of all, is it possible ?
Cabinetman Posted September 2, 2011 Posted September 2, 2011 I'm hoping so but I haven't figured out a way yet....... It would seem that since you can in SM that you should be able to in your own solution.
john renfrew Posted September 3, 2011 Posted September 3, 2011 isn't that what SMGetVariable( variableName ) is for??
Cabinetman Posted September 3, 2011 Posted September 3, 2011 (edited) Actually haven't tried that .... Have you? SSsoooo let's say I put in my variableName and then script: set field [mySMthing (whatever)] set field [sMGetVariable( variableName )] I should get it?? HHHHHHhhhuuuummmmmmmmmmmmm..... EDIT: OUCH ..... quite embarrassed !!!!!!!!!!!!!!!! Much better than parsing out the info from an XML response...... Although now I need to re-write the java that I didn't worry about putting those output variables in. THANKS JOHN !! Edited September 3, 2011 by Cabinetman
Cabinetman Posted October 10, 2011 Posted October 10, 2011 Side note: This is probably obvious to everyone else but you have to enclose variablename in quotes..... Like: set field [sMGetVariable( "variableName" )]
Recommended Posts
This topic is 4862 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