Click or drag to resize

PageHasVariable Method (String)

[This is preliminary documentation and is subject to change.]

Checks the scope for the Variable with Name set to name

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public bool HasVariable(
	string name
)

Parameters

name
Type: SystemString
The name of the Variable to retrieve

Return Value

Type: Boolean
True on Variable found.

False if Variable not found.

See Also