[Implemented] #PB_Compiler_Procedure
Posted: Fri Oct 19, 2007 3:55 pm
#PB_Compiler_Line is realy nice for debugging purpose.
Also it would be very nice to have the constant
#PB_Compiler_Procedure
that will be replaced by the procedures name currently running for standart error functions like this one:
Procedure ErrorMsg(Function.s,ErrorString.s,Line.l)
MessageRequester("Error in " + Function,ErrorString + " Line:" + Str(Line),0)
End
EndProcedure

Also it would be very nice to have the constant
#PB_Compiler_Procedure
that will be replaced by the procedures name currently running for standart error functions like this one:
Procedure ErrorMsg(Function.s,ErrorString.s,Line.l)
MessageRequester("Error in " + Function,ErrorString + " Line:" + Str(Line),0)
End
EndProcedure
