Changes between Initial Version and Version 1 of Ticket #1835, comment 2
- Timestamp:
- 04/23/24 18:23:06 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1835, comment 2
initial v1 1 1 {{{(substring=? "" "" 0 0 0)}}} results in a range error too. Sorry I forgot to update this ticket the other day. 2 2 3 I believe the problem is in the lines {{{(##sys#check-range start1 0 (##sys#size s1) 'substring=?)}}}, when the string is empty -- it amounts to {{{ ##sys#check-range 0 0 0 'substring=?)}}}.3 I believe the problem is in the lines {{{(##sys#check-range start1 0 (##sys#size s1) 'substring=?)}}}, when the string is empty -- it amounts to {{{(##sys#check-range 0 0 0 'substring=?)}}}. 4 4 5 5 I can't tell what the obvious fix is, if there is one. Return {{{#t}}} if one of the strings is empty?