September 1, 201114 yr 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 ?
September 2, 201114 yr 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.
September 3, 201114 yr 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, 201114 yr by Cabinetman
October 10, 201114 yr Side note: This is probably obvious to everyone else but you have to enclose variablename in quotes..... Like: set field [sMGetVariable( "variableName" )]
Create an account or sign in to comment