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

Glossary Item Box

Description

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

Syntax

object.WriteLine ( [String] )

Parameters

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

Return Type

Long

Remarks

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

See Also

© 2012 All Rights Reserved.