ArcPad Scripting Object Model
ReadLine Method
See Also  Send comments on this topic.
wait
Optional. A Boolean that specifies the Wait state.
AUX Object : ReadLine Method

Glossary Item Box

Description

Reads a line of data from the AUX port up to, but not including, the newline character.

Syntax

object.ReadLine ( [Wait] )

Parameters

wait
Optional. A Boolean that specifies the Wait state.

Return Type

String

Remarks

Wait is a boolean representing the the wait state. If Wait is True, data will not be read from the AUX port until a carriage return is detected. If Wait is False, data will be read from the AUX port immediately. If not specified, Wait is False. [Optional].

See Also

© 2012 All Rights Reserved.