Oliver Hope 261 Posted March 28, 2019 Hey I am trying to use the 'Last index of source' tile but not geting the results i expect, am i doing something wrong/misunderstanding or might something be wrong? This program outputs -1 (character not found). I would expect an output of 6 ( last character found at position 7) Share this post Link to post Share on other sites
Houp 237 Posted April 23, 2019 Hi, sorry for delayed answer. It is not probably now user friendly. We need to add option that some arguments of the instructions will not be needed. When using "Last index of" the Start index have to be the end of the string so it will do what you really want. (https://www.w3schools.com/jsref/jsref_lastindexof.asp) 1 Share this post Link to post Share on other sites