>startsWith is a string function added by FET to the string prototype.
>You can't perform on an array, which is what readBracketedList()
>returns. So, do you have to do a readBracketedList to begin with?
Obviously the simpler thing always works perfectly:
<<forEachTiddler
where
' store.getValue(tiddler,"fieldone") && store.getValue
(tiddler,"fieldone").startsWith(["A"]) '
write
' " <<tiddler FakeLink with: [["+tiddler.title+"]] >\> \n" ' >>
Thx you for the help