Hello Antonio,
would you be so kind to insert a space before and after the line number of the error.
This way one could click on the line and copy the line number to clipboard for inserting
It to the function “Goto line” in your editor without removing the brackets.
Thanks in advance
Otto
- Code: Select all Expand view
- cErrorLog += CRLF + "Stack Calls" + CRLF
while ( n < 74 )
if ! Empty(ProcName( n ) )
AAdd( aStack, " Called from: " + ProcFile( n ) + " => " + Trim( ProcName( n ) ) + ;
"( " + NTRIM( ProcLine( n ) ) + " )" )
cErrorLog += ATail( aStack ) + CRLF
endif
n++
end
Called from: C:\ENTWIC~1\WINHOTEL\classes\TPlan.prg => TPLAN:COPYTOLOCAL( 2269 )