
03-30-2008, 11:41 AM
|
|
Script-fu
|
 |
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
|
|
|
'var' is a bit of an ambiguous variable name in any case, it is probably better to give variables relevant names. It's awful having to read through scripts with things like this.var, this.var1, this.var2, since such names are semantically useless. |
|
|
|