Back to General discussions forum
Hello I just don't understand the statement. If I read the file and look for the text from the indicated positions I get (taking the first 15 bytes):
Why is the first substring to search for "kable" (5 characters) and instead the second is "led to listen" (13 characters)? Do you have to stop when finding a punctuation character, should they be whole words?
In other positions I find a new line. what is taken as a substring for example for position 13155? And in those that begin with space? And those that start in the middle of a word?
"I was a' * 7630 -> ' before one ha' * 46121 -> 'illusion."
'on' * 20855 -> 'amazing powers'
Take the second example: 22,947.
So let's look at the expected answer 0x59A4.
Text from position 22,947: led to listen ...
Text from position 20,478: led the most ...
Oh, okay. Thanks, it's already done.