ColdFusion 8 – List of New Functions?

I installed ColdFusion 8 at lunch today and have been trying to get some of my old apps up and running.

One issue I ran into immediately was:

The names of user-defined functions cannot be the same as built-in ColdFusion functions.
The name isInstanceOf is the name of a built-in ColdFusion function

It appears there are some new functions that conflict with existing functions I previously created.

So far I’ve run into:

  • isInstanceOf
  • isUserInAnyRole

Commenting out my functions allows things to work.

Has anyone stumbled across a concise list of new functions yet? If so leave a comment! :)

Recent Related Posts

5 thoughts on “ColdFusion 8 – List of New Functions?

  1. In this instance – Sam’s low-tech “RTFM” turned out to be the easiest. There is a nice chart of available functions and what CF release they were introduced.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>