Hi,
Did you test my solution?
Is it returning any errors?
Introducing var n is uneffective since code can scope by 5.
You can't alert object but string, so:
var myLineCount = i;
Jarek
Hi,
Did you test my solution?
Is it returning any errors?
Introducing var n is uneffective since code can scope by 5.
You can't alert object but string, so:
var myLineCount = i;
Jarek