in reply to Re: get substring when you know START and END???
in thread get substring when you know START and END???

Exactly. Therefore, in your example, the second number will be 5.

Print the substring that starts from position 5, go five char because
(length = END-START).

Logical?

  • Comment on Re^2: get substring when you know START and END???