BUG: When I declare a fixed array in module, using a #define constant as show below I get the following compile error: MyModule.asc(46): Error (line 46): expected ']'
MyModule.ash
#define BugReport_MAXCATLISTSIZE 50;
MyModule.asc (line #46)
String Catlist[BugReport_MAXCATLISTSIZE];
MyModule.ash
#define BugReport_MAXCATLISTSIZE 50;
MyModule.asc (line #46)
String Catlist[BugReport_MAXCATLISTSIZE];