User Guide

Table Of Contents
CFScript 41
{
if(Find("key",strings[i],1))
break; }
</cfscript>
<cfoutput>Entry #i# starts with "key"</cfoutput><br>
You use CFScript to create user-defined functions.
For more information on CFScript, see Chapter 6, “Extending ColdFusion Pages with CFML
Scripting,” on page 123. For more information on user-defined functions, see Chapter 9,
“Writing and Calling User-Defined Functions,” on page 171.