[Implemented] Add 'CONSTANTLIST' to Compiler interface.
Posted: Mon May 07, 2012 10:54 pm
Since we can already access all available Structures, Interfaces, and Procedures using the compiler interface commands:
WriteProgramStringN(compiler, "STRUCTURELIST")
WriteProgramStringN(compiler, "INTERFACELIST")
WriteProgramStringN(compiler, "FUNCTIONLIST")
Please add the ability to retrieve the Constants AND their values.
WriteProgramStringN(compiler, "CONSTANTLIST")
WriteProgramStringN(compiler, "STRUCTURELIST")
WriteProgramStringN(compiler, "INTERFACELIST")
WriteProgramStringN(compiler, "FUNCTIONLIST")
Please add the ability to retrieve the Constants AND their values.
WriteProgramStringN(compiler, "CONSTANTLIST")