Source header

With Editor/400 you can generate a source header with one simple command. You can use the default header, but you can also easily change this default header to comply to your own standards. The default header looks like this:

Add header to sourcefile

You can use the following parameters to create your own lay-out:

&USERID - Your userid

&USERTEXT - The text description of your userid

&D, &M, &C and &Y - Current day, month, century and year

&TYPE - Type of source (file, program)

&MEMBER - Membername

&MEMBERTEXT - Memberdescription

The definition of the example above looks like this:

***************************************************************** 
* Author      : &USERID    &USERTEXT 
* Date        : &D-&M-&C&Y 
* &TYPE       : &MEMBER
* Description : &MEMBERTEXT 
*****************************************************************