Chapter 22. Building User-Defined Functions
IN THIS CHAPTERThinking About Extending CFML 655Functions Turn Input into Output 656Building Your First UDF 656Creating Libraries of Related UDFs 665Creating General-Purpose UDFs 670Sharing UDF Libraries with Others 675This chapter will introduce you the brave new world of user-defined functions (UDFs), a feature that has received a complete overhaul in ColdFusion MX. You can now create your own functions to do just about anything you can think of. User-defined functions are easy to write and even easier to use. You use them just like ColdFusion's built-in functions.