Your idea should generally work, but note that you would need to use param[1]
in the list
instead of temp[1]
as it’s undefined.
1 Like
Your idea should generally work, but note that you would need to use param[1]
in the list
instead of temp[1]
as it’s undefined.