[BUG REPORT]Why can't I use the SUBSTR function on the ITEM LOADED interaction?


#1

SET TEXT can use the SUBSTR function normally during CLICK OR TAP interaction.
Copying it to ITEM LOADED will not work.

Why can’t I use the SUBSTR function on the ITEM LOADED interaction.rp (54.3 KB)


#2

Weird. Playing around with it, it seems like the problem is somehow with concat(). I also couldn’t get toString() to work on any value consisting solely of numerical digits, no matter what I tried. I got it to work the way you probably wanted by adding an alphabetic character to the beginning of “0000” and using the + operator instead of concat(). Definitely buggy.

pad-hex-values.rp (52.1 KB)


#3

Yes, I used a method similar to yours to solve it.
but it’s still a bug.