copy list(s) to source tree(a,b,c,d)
Group |
This function can be used to fill a specialised node in the source structure with data from a list.
Depending on your chosen parameters, you have to create different nodes structures → See examples in section Source Structure Menu (→ special section).
Parameter Description
Parameter |
Description |
a |
Name of the list. Several lists can be specified, separated by commas. Note: You can also use this mechanism to handle database data. Use function select into list(select a, dbalias b, [c,d,e,f,g,h,i,j],k,l,[m,n,o,p]) to fill your list. |
b |
Name of the subnode (below the specialised node) to be filled with the data of the list. |
c |
(optional) true to empty the subnode beforehand. Default: false. |
d |
(optional) true if each value of the list should be interpreted as a new line. Default: false. Note: Creates multiples of your subnode in the source tree. Note: Cannot be used if multiple lists are specified in parameter a. |