I would like to insert in a x++ code a comment which contains the name of the current project and the name of the group where the current object is.
For example :
If I'm working on a class (MyClass.MyFuntion) which is in the project (MyProject) and in the the group (MyGroup) when i add a comment throught script (Right-click Script/Comments/InsertHeader), it should print
void MyFunction()
{
// MyProject MyGroup
}
Thanks a lot.
Mathieu
0