This is an old revision of the document!
ParserMonster constants are simply variables that can be true or false. Tasks and scripts can use a mix of predefined flags and temporary, local flags.
You can add your own constants to the application. Create a text file and add the constants, one per line:
[code] $MyFirstConstant=MyName@MyEmail.com
$ModifiedLongTime= [/code]
Save the file with any name you wish, as long as it begins with cx- and ends with the .txt extension
The next time you launch your application, the constants will be available.