ArcPad Scripting Object Model
Evaluate Method
See Also  Send comments on this topic.
Expression
Required. A String that represents the expression to be evaluated.
Application Object : Evaluate Method

Glossary Item Box

Description

Evaluates the specified expression in the application's scripting space and returns the result.

Syntax

object.Evaluate ( Expression )

Parameters

Expression
Required. A String that represents the expression to be evaluated.

Return Type

Variant

Remarks

The Evaluate method can be used to return the value of a variable defined and used by the Application's scripting space from another scripting space. For example, if the variable 'lngValue' is defined in the ArcPad.APX or ArcPad.VBS file, you can retrieve it's value in an applet via the following code:

       Dim lngExtractedValue
       lngExtractedValue = Application.Evaluate("lngValue")
  

See Also

© 2012 All Rights Reserved.