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 -~----------~----~----~----~------~----~------~--~---
