TbcParser.CreateVar method
|
Top Previous Next |
Unit
Applies to
Declaration procedure CreateVar ( name : string ;value : NUMBER ) ;virtual;
Description CreateVar method creates a new variable in the parser's list of variables. If the variable name already exists, CreateVar throws EbcParserError exception. |