ArcPad Scripting Object Model
apNewLine Property
See Also  Send comments on this topic.
Global Object : apNewLine Property

Glossary Item Box

Description

String constant: Platform-specific newline character; whatever is appropriate for the platform.

Property type

Read-only property

Return Type

The constant value is Chr(13) & Chr(10) or Chr(10).

Remarks

Use String constants when formatting strings in your scripts.

See Also

© 2013 All Rights Reserved.