Hi there,
I've got a little question regarding procedure names in Clarion.
I would like to create a debug procedure which presents a popup with the error message. I would like to show from which procedure the message was sent so I've asked myself if there is a way to get the procedure name instead of writing it everytime I call my debug procedure (e.g. something like "DebugMessage(Procname(),ERROR()) instead of "DebugMessage('procedurename', ERROR()).
Hope someone can help me
I've got a little question regarding procedure names in Clarion.
I would like to create a debug procedure which presents a popup with the error message. I would like to show from which procedure the message was sent so I've asked myself if there is a way to get the procedure name instead of writing it everytime I call my debug procedure (e.g. something like "DebugMessage(Procname(),ERROR()) instead of "DebugMessage('procedurename', ERROR()).
Hope someone can help me