ParserMonster Constants

cleanup! ParserMonster constants are names of several types of data:

  1. Unchanging values, such as the current version
  2. Special values that may change, such as the date
  3. Flags that may be set to either true or false

ParserMonster detects constants within task files and constant files. You can add your own constants to the application. Create a text file and add the constants, one per line:

$MyFirstConstant=MyName@MyEmail.com
$ModifiedLongTime=

Save the file with any name you wish, as long as it begins with cx- and ends with the .txt extension. Make sure it is in the same folder as the application. devnote_datafolders

The next time you launch your application, the constants will be available.

see: List of Commands List of Directives List of Flags