Check a Variable against restrictions.

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

Syntax

Visual Basic
Public Shared Function CheckVariable ( _
	ByRef szX As String, _
	ByRef varExp As FWintern..::..ExpVariable, _
	freqParL As clsFREQUENCY(), _
	freqParR As clsFREQUENCY() _
) As String

Parameters

szX
Type: System..::..String%
String with the context to be checked. Caution: if the Variable should be of numeric type, the variant data type will change to Double.
varExp
Type: ExpSuite..::..FWintern..::..ExpVariable%
Variable with all restriction data.
freqParL
Type: array<clsFREQUENCY>[]()[][]

[Missing <param name="freqParL"/> documentation for "M:ExpSuite.FWintern.CheckVariable(System.String@,ExpSuite.FWintern.ExpVariable@,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

freqParR
Type: array<clsFREQUENCY>[]()[][]

[Missing <param name="freqParR"/> documentation for "M:ExpSuite.FWintern.CheckVariable(System.String@,ExpSuite.FWintern.ExpVariable@,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

Return Value

String with error descriptions or empty if the content passed the check.

Remarks