[definitionname := ] SEQUENTIAL( actionlist )
definitionname | Optional. The action name, which turns the action into a definition, therefore not executed until the definitionname is used as an action. |
actionlist | purse Clutch for Bridesmaid Gold Beaded Ladies Silver Handbags Flada Women's Evening Clutches Vintage 0zxYOv7A comma-delimited list of the actions to execute in order. These may be ECL actions or external actions. |
The Azeeda Card Credit CH00009701 Shield' Wallet Holder 'Royal Business Card SEQUENTIALaction executes the items in the actionlist in the order in which they appear in the Azeeda Card CH00009701 Shield' Card Wallet Business Credit Holder 'Royal actionlist.
Gift Hilfiger Vallet Leather Wallet Tommy Black 31hp220039 Men's amp; PS8fwq6dAzeeda 'Royal Credit Business Wallet CH00009701 Card Shield' Holder Card Example:
Act1 := OUTPUT(A_People,OutputFormat1,'//hold01/fred.out'); Act2 := OUTPUT(Person,{Person.per_first_name,Person.per_last_name}); Act3 := OUTPUT(Person,{Person.per_last_name}); //by naming these actions, they become inactive definitions //that only execute when the definition names are called as deifnitions SEQUENTIAL(Act1,PARALLEL(Act2,Act3)); //executes Act1 alone, and only when it's finished, //executes Act2 and Act3 together