BenSelect Documentation
Write Method
See Also  Send Feedback
Selerix.ETIExtension.Report Namespace > ANSI834Event Class : Write Method
segment
Puts a single segment value in the buffer. The full buffer is emitted during Event.WriteLine()

The following example:

Event.Write("a");
Event.Write("b");
Event.Write("c");
Event.WriteLine("d","e","f");

would emit

a*b*c*d*e*f~

Syntax

JScript 
public function Write( 
   segment : String
);

Parameters

segment

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.