Notifications
Clear all
[Closed] String to array
Sep 23, 2020 4:34 pm
hi, how can i convert back this
"#($Box:Box0035 @ [41.961899,17.408600,0.000000], $Box:Box001 @ [-15.973100,-86.676300,0.000000], $Box:Box002 @ [-39.731098,32.678600,0.000000])"
to an object array?
using execute will print an error
3 Replies
Sep 23, 2020 4:34 pm
execute β#($Box:Box0035 @ [41.961899,17.408600,0.000000], $Box:Box001 @ [-15.973100,-86.676300,0.000000], $Box:Box002 @ [-39.731098,32.678600,0.000000])β
1 Reply
Sep 23, 2020 4:34 pm
itβs not an executable string.
it will probably be more useful to collect object names, and find them later for example using getNodeByName method