CheckOptions :: Initialize - Initialize options command line parameters
Return value:  Success ( logical  )
Implementation overview
- Initialize options from parameter string
CheckOptions :: Initialize ( cnstring ) - Initialize check options from option list
CheckOptions :: Initialize ( optlist ) 
Implementation details
- 
Initialize options from parameter string
logical CheckOptions  :: Initialize ( NString &cnstring )
The function initializes check options from parameters passed in a command line or as parameter string.
- cnstring - String containing the text
 
to list
 - 
Initialize check options from option list
logical CheckOptions  :: Initialize ( OptionList &optlist )
- optlist
 - Option list
The option list contains option values and parameters (typically extracted from a command line) in a well-structured format.
 
to list
 - optlist
 - Option list
 

