Tips for procedures
Posted: Sat Dec 31, 2011 5:53 pm
Is it possible to add tips for the procedures in the StatusBar, like in function?
For example:The StatusBar should be prompted with a description.
For example:
Code: Select all
Procedure Test() ; description of procedure.
EndProcedure
Test() - description of procedure.