It would be nice if there was a small enhancement to this
{STRING(Substring|TestString1|0|4)}
What we would like is if you don’t supply the last parameter it gives you the entire string from the position in the first parameter. For example
{STRING(Substring|TestString1|3)}
Would return ‘stString1’
Thanks