Quote:
Originally Posted by cbk1994
Nice script, but what's up with this:
PHP Code:
this.beg = { "iA", "Pq", "oa", "cQ", "Vu", "zC", "Gd", "jE",
"aT", "fg", "io", "mv" };
?
Why not keep them on the same line?
EDIT:
rep++
|
I do somewhat the same, if the array gets huge, I separate it on several lines to make it readable without hours of side scrolling.