SWFDecompiler, how do I deceive it?

I got an array with much information (just numbers).
I don’t want the SWFDecompiler to read this array, so how can I
deceive it? The array looks like this (not exacly, but):

[[[1,2,32,4,54,6,74],[19,2,23,44,5,3,7]],[[0,4,42,49,9,5,14],[19,2,8,64,1,3,1]]];

… but it’s way longer than that.

Anyway, like I said before, how can I deceive the decompiler so it can’t
read my array?

Help! :slight_smile: