Version Property

Version returns the application version number as a string ("11.0.600"). This is a read-only property.

Syntax

object.Version

Example 1

This example demonstrates how to return the Surfer version number.

Debug.Print SurferApp.Version

Example 2

This script displays all the properties in the Application object.

Used by: Application object