  | PageRemoveVariable Method (String) | 
 [This is preliminary documentation and is subject to change.]
            Removes the variable.
            
 
    Namespace: 
   Monkeyspeak
    Assembly:
   Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic bool RemoveVariable(
	string name
)
Public Function RemoveVariable ( 
	name As String
) As Boolean
public:
bool RemoveVariable(
	String^ name
)
member RemoveVariable : 
        name : string -> bool 
Parameters
- name
 - Type: SystemString
The name. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:Monkeyspeak.Page.RemoveVariable(System.String)"]
See Also