On Tue, 20 Nov 2001, A. Rivera wrote:

> Is there a quicker way to write this..just curious..
>
> $count=&SomeFunctionWitchReturnsaNumber;

$count = func();

(I really hope you are not creating subs with names that long)

> $count=$count+1;

$count++;

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
Everything might be different in the present if only one thing had
been different in the past.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to