Substring improvement

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

Substring improvement

Unread post 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
word count: 73

Tags:
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Substring improvement

Unread post by SteveCap »

Task #11037 has been created. This post will be updated when it has been completed.
word count: 15
Post Reply