Microsoft® Windows® Script Component
<?component?>
 Script Component Reference

See Also


Specifies attributes for error handling.

Syntax

<?component error="flag" debug="flag" ?>

Values

flag

A Boolean value: "true" or "false," 1 or 0, or "yes" or "no." The default value for all attributes is false.

Remarks

Because script components are used as COM components, they normally run silently. However, while you are developing your script component file, you might find it useful to be notified about errors in the file. You can specify these types of error notification:

Example

<?component error="true" debug="true" ?>