IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

EOL Property

Used to break the stdout data stream into chunks separated by its value.

Syntax

[VB.NET]
Public Property EOL As String
Public Property EOLB As Byte()

[C#]
public string EOL {get; set;}
public byte[] EOLB {get; set;}

Remarks

The EOL property is used to define boundaries in the Stdout stream using the value of the property.

This property is not available at design time.

Default Value

"ASCII code 10 (newline)"

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]