...
Codeblock | ||
---|---|---|
| ||
const Array = ccFields.GetSelectionList("Belegart", false, true);
let Text = "";
for(let i = 0; i < Array.length; i++){
Text += Array[i].Key + " : " + Array[i].Value + "\n";
}
ccFields.SetValue("h_sinfo_note", Text); |
...
Codeblock | ||
---|---|---|
| ||
const Array = ccFields.GetSelectionList("Belegart", false, true);
let Text = "";
for(let i = 0; i < Array.length; i++){
Text += Array[i].Key + " : " + Array[i].Value + "\n";
}
ccFields.SetValue("h_sinfo_note", Text); |