Copies the values of all Constants to an array.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Sub GetConstantValues ( _
	ByRef varArr As String() _
)

Parameters

varArr
Type: array<System..::..String>[]()[][]%
Array to be resized and filled.

Remarks