====== SetDictVariable ====== SetDictVariable is used to set variable values using an index or a key. ==== Syntax ==== SetDictVariable('Name of variable', 'Key', value) ==== Beispiel ==== SetDictVariable('Addresss', 'Addr1', Addresses[@value = '1']) SetDictVariable('Addresss', 'Partner', Addresses[@value = '2']) SetDictVariable('Addresss', 'DocNr', @DocNumber)