EnhEvents.Errorlist

[This is preliminary documentation and subject to change.]

The Errorlist property retrieves a specific error from the syntax error array created during a call to EnhEvents.Load or EnhEvents.AddText. This property is read-only.

Syntax

[ sList = ] object.Errorlist( lIndex ) 
 

Parts

sList
String that describes the syntax error.
object
Object expression that resolves to an EnhEvents object.
lIndex
Long that indicates which element of the array to return.

Remarks

The ErrorList property contains an array of strings that describe the syntax errors. The error information includes the line number that contains the syntax error. The line number specifies the line in the enhancement stream file loaded by EnhEvents.Load.

To fix a syntax error, you would typically open and edit the stream syntax file in a text error such as Notepad.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

EnhEvents.ErrorCount