Options

Comments on the project?

mat_binmat_bin Member Posts: 2
edited 2003-06-17 in Dynamics AX
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
Sign In or Register to comment.