[jQuery] Re: String passed by value or by reference

2008-09-10 Thread Ungebeten
OMG - that easy! Thanks so much!! Am 09.09.2008 um 23:38 schrieb MorningZ: SUPER easy fix, and just a slight oversight linename = Row + linecount++; to var linename = Row + linecount++; this keeps linename *local* inside the function the way you had it, it was

[jQuery] String passed by value or by reference

2008-09-09 Thread Ungebeten
by reference instead of by value. Can anybody explain that? And - more important - does anybody know a workaround? Thanks in advance, Ungebeten -- View this message in context: http://www.nabble.com/String-passed-by-value-or-by-reference-tp19401126s27240p19401126.html Sent from the jQuery General