May I add 3 more large array libs (as discussed) now that everything is working good?
2 large arrays are required by my fat32 lib (depending on user settings), and the other two will be spare eg: large_array_1.jal large_array_2.jal large_array_3.jal large_array_4.jal On Nov 11, 3:25 am, Rob Hamerling <[email protected]> wrote: > Hi Matthew, > > mattschinkel wrote: > > Ok, now I remember the reason for all these vars, they cannot be > > removed. If I make these vars: > > > var byte large_array_byte_1b[256] > > var byte large_array_byte_2b[256] > > A minor JSG issue for your next revision. When a variable is not > supposed to be accessed directly by a user program - I think this is the > case with your array - then its name should start with an underscore. > > Regards, Rob. > > -- > Rob Hamerling, Vianen, NL (http://www.robh.nl/) -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
