thanks
didn't work
Don't have access to Blockland right now, but from memory, I think it's:
getSubStr(source, starting point, num of characters)
%string = getSubStr(%string, 1, strLen(%string));
That should do it.
If not, just type in
getSubStr(); and it will output guidelines for that function. Almost all engine functions do that.