Sometimes when copying line numbers from bug report generated by madExcept (not sure about JCL Debug or EurakaLog), the string contains trailing spaces, after pasted them into the input box of the "Go to line number" expert's dialog, I need to manually deleted those spaces before press ENTER.
My suggestion is use the Trim function to auto remove any leading/trailing spaces of the input.
implemented in revision #3052
Great!