<- Back to MMScript function list
MMScript_CreateXMLScriptEvent
- Description
Use this function to create a Script Event using the older XML format. Each of the above functions allow you to create the same type of Script Events you can create with XML here, but if you prefer to use XML or if you are converting older databases that used the SCRIPTit plug-in, you can use this function. See the MMScript_XML entry for documentation on the XML format used with this function.
- Return Type
- Text
- Format
- MMScript_CreateXMLScriptEvent ( XML )
- Required Parameters
- XML
The XML that defines the Script Event(s).
- XML
- Related Items
- MMScript_CancelScriptEvent, MMScript_CreateDateTimeScriptEvent, MMScript_CreateIdleScriptEvent, MMScript_CreateImmediateScriptEvent, MMScript_CreateIntervalScriptEvent, MMScript_ListScriptEvents