Page 1 of 1

Substring improvement

Posted: December 9th, 2022, 12:07 pm
by CathyC
Found when writing documentation
Substring requires you put the length. It should be optional. if you omit it, it should go to the end of the string
image.png
I talked to Jeff about this, if you omit the start index, it starts at 0 (this is expected)
If you omit the length though, it assumes zero. it should assume the end of the string.

So it does actually allow blank despite showing as required

Re: Substring improvement

Posted: December 12th, 2022, 2:53 pm
by SteveCap
Task #11037 has been created. This post will be updated when it has been completed.