Click or drag to resize

MonkeyspeakEngineLoadFromString Method (Page, String)

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

Loads a Monkeyspeak script from a string into existingPage. and clears the old page

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public void LoadFromString(
	Page existingPage,
	string chunk
)

Parameters

existingPage
Type: MonkeyspeakPage
Reference to an existing Page
chunk
Type: SystemString
String that contains the Monkeyspeak script source.

Return Value

Type: 
See Also