on 17/11/00 10:19 AM, BORKMAN Lee at [EMAIL PROTECTED] wrote:

> 
> As with most languages, you only need to use 50% (or even less) of a CF's
> functions to do 99% of the stuff that you would ever want to do.
> Coincidentally, using just that 50% makes your code easier to work with for
> other average mortals.
> 
> Everybody wins when you stick to basics!!

I myself have wondered about why many seemingly redundant functions exist.
An example of this is incrementvalue(). Why not just value + 1? Is it faster
because it just uses a single register increment instead of having to work
out a proper addition?

Are the other functions like this there because they increase performance?

-- 
 
Rob Keniger

big bang solutions

<mailto:[EMAIL PROTECTED]>
<http://www.bigbang.net.au>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
https://secure.houseoffusion.com

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to