MaxKusenberg
Bioengineer
- Jul 10, 2011
- 1
Dear colleagues,
i´m currently writing an automation syntax for a membrane process simulation using Visual Basic. In order to keep the calculation as stable as possible im want to chek the status of the included adjusts.
If the status is "ok" (solved) the skript should go on with further calculation. If not the Adjust should "Reset".
The Syntax of the query 'Is Adjust solved (Yes/No)' is not known to me. I try to avoid this syntax by use of
'IF myadjust.TargetValue <> myadjust.TargetVariable ...'
- unfortunatly without sucsess.
Does anyone knows a solution?
Thank you
Max
i´m currently writing an automation syntax for a membrane process simulation using Visual Basic. In order to keep the calculation as stable as possible im want to chek the status of the included adjusts.
If the status is "ok" (solved) the skript should go on with further calculation. If not the Adjust should "Reset".
The Syntax of the query 'Is Adjust solved (Yes/No)' is not known to me. I try to avoid this syntax by use of
'IF myadjust.TargetValue <> myadjust.TargetVariable ...'
- unfortunatly without sucsess.
Does anyone knows a solution?
Thank you
Max