The "change variable" activity is used to modify the value of a variable. To do this, an expression can be specified. An expression can be a simple text, but also a complex formula or a reference to another variable.
Activity properties
begin Shippers.CompanyName := 'NameChange'; Shippers.Orders_ShipVia_ShipperIDList := OrdersList; end; |
Resulting Code