<MvASSIGN>

 
Assigns NAME variable a VALUE given by expression or literal. The vaiable can also be an array or member of a structure.
Syntax
<MvASSIGN NAME = "string: {  expression } | literal"
          VALUE = "{ expression } | literal"
          INDEX = "numberic: { expression } | literal"
          MEMBER = "string: {  expression } | literal"> 
  • Empty Tag
  • If a value is assigned to an array without specifying an index, the array will be destroyed.
User Annotations: MvASSIGN