


Set pointer: 43 Sets the file pointer to a specific address. ":3" at the end would set the pointer to the 3rd occurrence of the searched text (67) = 0x43 Addresses enclosed in parenthesis are treated as decimal. "next (10)" or "next A" would write 10 bytes after the found offset. Write next 0: "Difficulty" Overwrites with the text at 0 bytes after the found offset in this case "next 0" is at the found offset. Search "difficulty" Searches for the word "difficulty" as text.
