Sections of code that do not need translating

Monkey Forums/Monkey Programming/Sections of code that do not need translating

Raz(Posted 2011) [#1]
I have some large arrays that take ages to translate into C#. Is it possible to store the translated code within the Monkey source and have trans feed it through instead of trying to process it.?

Ta :)


Samah(Posted 2011) [#2]
If you have large arrays of static information, you should be storing them as text or xml files in your data directory.


Raz(Posted 2011) [#3]
I was doing this, but it takes quite a while to sort itself out, even with a CSV file.