On 6/29/07 3:23 PM, "David Bovill" <[EMAIL PROTECTED]> wrote:

> function countLines someLines
>     put empty into someLines
>     repeat for each line someLine in someLines
>       add 1 to lineCount
>     end repeat
>     return lineCount
> end countLines

I am a bit confused.. why would you pass a param then set it to empty?
or establish the param and declare it as a local, as you do later?

What is the benefit?

Jim Ault
Las Vegas


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to