ArcPad Scripting Object Model
WriteLine Method
See Also  Send comments on this topic.
String
Optional. A String that specifies the text to write.
AUX Object : WriteLine Method

Glossary Item Box

Description

Writes an optional string and newline character to the AUX port.

Syntax

object.WriteLine ( [String] )

Parameters

String
Optional. A String that specifies the text to write.

Return Type

Long

Remarks

Text is a string specifying the text to write. If omitted, only a newline character is written to the AUX port. The return value contains the number of characters actually written to AUX port. It is the script's responsibility to handle situations where less data was written out to the AUX port than was sent via the WriteLine method.

See Also

© 2013 All Rights Reserved.