Compile Error in persistence.mod

BlitzMax Modules Forums/Brucey's Modules/Compile Error in persistence.mod

I get this error when trying to compile the latest svn version of bah.mods
Compiling:persistence.bmx
Compile Error: Identifier 'ArrayDimensions' not found
[:/mypath/Blitzmax/mod/bah.mod/persistence.mod/persistence.bmx;351;9]
Build Error: failed to compile :/mypath/Blitzmax/mod/bah.mod/persistence.mod/persistence.bmx


Check out http://www.blitzbasic.com/Community/posts.php?topic=80301#902758

It needs a modified version of BRL.reflection, which you can find here:
http://www.blitzbasic.com/Community/posts.php?topic=80257

xlsior beat me to it :-)

Yeah, I'm still waiting for my tweaks (for multi-dimension array support) to the Reflection module to go "official". After which time it will be available from Blitz's SVN...

thanks guys, I'll fix it that way, hope somebody wakes up BRL :-)