@DebugFollowFun
Syntax
@DebugFollowFun;
@DebugFollowFun(TEXT1);
@DebugFollowFun(TEXTLIST1);
Description
Defines @functions whose INPUT and OUTPUT parameters should be documented when called.
It must with the KEYWORD DEBUG the mode "FOLLOW" must be activated so that the list defined with @DebugFollowFun is defined must also be taken into account.
@DebugFollowFun is in TEXT/TEXTLIST TEXT1/TEXTLIST1 the names of the @functions passed.
To delete the list, @DebugFollowFun called without parameters.
The DEBUG mode is not automatically deleted.
Example:@DebugFollowFun(TEXT1)
DEBUG("FOLLOW");
@DebugFollowFun("@TextToNumber");
Everything concerning @TextToNumber is now documented.
Example:@DebugFollowFun(TEXTLIST1)
DEBUG("FOLLOW");
@DebugFollowFun("@TextToNumber":"@GetVar");
Everything concerning @TextToNumber and @GetVar is now documented.
Note : This text was machine-translated and may contain inaccuracies.
