0x1d
3 → 0
5
Note: There is a typo in the step 2 of Adobe's documentation: "object name" should be "property name".
@t0 = @pop();
@t1 = @pop();
@pop()[@t1] = @t0;
ActionSetMember sets a property of an object. If the property does not already exist, it is created. Any existing value in the property is overwritten.
Field | Type | Comment |
---|---|---|
ActionSetMember | ACTIONRECORDHEADER | ActionCode = 0x45 |
ActionSetMember does the following: