Page 2 of 2

Re: [PB4] Split() and Join() commands

Posted: Sun Jun 25, 2017 6:51 pm
by GJ-68
@wilbert

Sorry but your updated code is wrong, you must not increment the separator counter if there is no match.
The line 'i + 1' must be inside the 'If...Else' block.

Re: [PB4] Split() and Join() commands

Posted: Sun Jun 25, 2017 7:20 pm
by wilbert
GJ-68 wrote:Sorry but your updated code is wrong, you must not increment the separator counter if there is no match.
The line 'i + 1' must be inside the 'If...Else' block.
You're right :oops: