Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
execmscriptexpr [2016/09/22 02:35]
127.0.0.1 external edit
execmscriptexpr [2017/06/14 01:18]
admin
Line 2: Line 2:
 //Execute MScrxipt Exprsesion// allows users to run mscript expression at runtime when model execution is paused. Use this feature for debugging or interaction with AUT. //Execute MScrxipt Exprsesion// allows users to run mscript expression at runtime when model execution is paused. Use this feature for debugging or interaction with AUT.
  
-{{http://testoptimal.com/img/ExecMScriptExpr.png}}+{{http://testoptimal.com/img/MScriptSandbox.png?600x400}}
  
  
-To execute an mscript expression, just type them into the text area.  You may enter multiple lines of mscript expressions and they will be executed sequentially one line at a time. Long mscript expression will be auto-wrapped in the text area.+==== Execute MScript ==== 
 +To execute an MScript expression, just type them into the text area and click on the run button above MScript text area.  
  
 The results from the execution are displayed in the area underneath //Execute// button. The results from the execution are displayed in the area underneath //Execute// button.
  
-You may select mscript function from the mscript function dropdown lists to copy the mscript function call into the mscript expression text area.  The mscript function call should be inserted at the cursor position.+You may enter multiple MScript expressions in separate lines and they will be executed sequentially one line at a time. Long MScript expression will be auto-wrapped in the text area.
  
-You may use the mini-buttons