Click or drag to resize
CCOMReadChars Method (String, Int32)
Reads characters from the COM

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void ReadChars(
	ref string line,
	int size
)

Parameters

line
Type: SystemString
String for characters
size
Type: SystemInt32
Number of characters to read (string size must be +1)
See Also