Inline Script response type

Event handlers with an Inline Script response type allow you to place the text of a short script into the Parms field on the Event Handler Properties property sheet. Use the Inline Script response type if the entered script (including parameters) is less than 1,500 characters.

If your script is longer than 1,500 characters, use the Run Script response type that accesses WinStudio objects and data through the scripting API.

To indicate failure, the script returns a nonzero value. To indicate success, the script must return 0.