Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

Lexical Tools

Add a new option flag

  1. Edit the main program, such as norm, luiNorm, or lvg

  2. Modify method of DefineFlag ( ) in the main program
    • Modify flagStr
    • set the full name for the new option flag

  3. Modify method of ExecuteCommand ( ) in the main program
    • Add a new if statement to handle the case of new option flag

  4. Declare associate data member for the option flag in main program.

  5. Edit Help program to update new option flag in the help menu.