Forum Moderators: coopster
I have a function that counts the number of lines in a textarea/variable. (\n)
The function is executed at the top of the webpage, but the textarea where the processing takes place is a couple of hundred lines later.
Because of this the counter is always behind. It catches up onces the form is POSTed to the next step.
Is threr a way to process the results of a function that happens later - some sort of pause perhaps?
Thanks!