Page 1 of 1

[Implemented] Add 'CONSTANTLIST' to Compiler interface.

Posted: Mon May 07, 2012 10:54 pm
by skywalk
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")