-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
thoratica
committed
May 30, 2020
1 parent
b0c05d1
commit a2036e4
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Entry.variableContainer.getListByName('%0').setArray(%1.map(d => {return {data:d};})); | ||
Entry.variableContainer.getListByName('%0').setArray(%1.map(d => {return {data:d};})); |
2 changes: 1 addition & 1 deletion
2
ObjectManager/ListValueOfIndexChanger.js → ObjectManager/ListValueOfIndexChanger.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
var list = Entry.variableContainer.getListByName('%0'); | ||
var listArray = list.getArray(); | ||
listArray['%1' - 1] = %2; | ||
list.setArray(listArray); | ||
list.setArray(listArray); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters