AML: ADOM Management Language

Top  Previous  Next

ADOM Management Language (AML) is a simple language that is used to manage the MoreMotion Data Objects (ADOMs). This language can be used through "AML" property of the AMLProcess element. You should consider the following points when using it.

1.Embedded MScript functions can be used within AML.
2.MScript symbols can be used as the AML function parameters.

 

Example:

   @doif(b:Reset)
    Clear(s:cart)
  @doend()
  Insert(s:cart,[ID,QUANTITY],[f:ID,f:QUANTITY]) 

 

AML functions

Get

Insert

Update

Delete

Clear

Copy

ParseXML

Save

Load

ToXML