About script names in Visual Basic

Inline script validators

Validator inline scripts are named in VB in the format Validator_ValidatorName, where ValidatorName is the actual validator name from Windows client.

Inline script event handlers

Event handler inline scripts are named in VB in the format EvHandler_EventHanderName_SequenceNo, where EventHandlerName is the actual event handler name and SequenceNo is the actual sequence number from WinStudio.

Name length restriction

The maximum length of a script name is 50 characters.