View Single Post
Old 09-25-2011, 02:49 PM   #568
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
Victor,

I think there is no specific limit on variables, but at the real device there is a limit of somewhat < 100kB for a script. This seems to be true in the Sim too.
calandar.js is getting rather huge (92k) currently.

I would suggest to shorten the code by
  1. removing stale code ( code between /* */)
  2. deleting/shortening comments
  3. shorten var statements to var I=somthing, j, k=anotherting, ....;
  4. shorten var names
HTH
Mark
Mark Nord is offline   Reply With Quote