ColdFusion
  Home arrow ColdFusion arrow Page 6 - What You Must Know About ColdFusion Flow-C...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Dedicated Servers  
Actuate Whitepapers 
Moblin 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
COLDFUSION

What You Must Know About ColdFusion Flow-Controls
By: Jayaram Krishnaswamy
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2005-09-14

    Table of Contents:
  • What You Must Know About ColdFusion Flow-Controls
  • What if, and where to scenarios
  • Which way to go?
  • Keep looking until you find
  • Breaking out of loops
  • Call a halt and end

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    What You Must Know About ColdFusion Flow-Controls - Call a halt and end


    (Page 6 of 6 )

    The <cfabort> tag

    As soon as <cfabort> is reached, the process aborts, and only what happened up to that point is retained. The syntax is:

    <cfabort>
    
    Example 12

    The code in the previous example is modified again to demonstrate the <cfabort> tag.

    <cfset vol=5>
    <cfloop condition="#vol# lt 10">
    <cfoutput>Count is  #vol#</cfoutput><br/>
    <cfset #vol#=#vol#+1>
    <cfabort>
    </cfloop>
    

    The displayed output when this code runs is as follows:

    Count is 5

    Summary

    The flow-control tags discussed in this tutorial are very essential. It helps to practice with them, creating scenarios that you might have come upon in your learning experiences. In addition to the tags, the script can also be used as shown in a majority of the cases. The script is the equivalent of the tags; however, there are certain keywords used in the script for which there are no tag equivalents. These snippets have been tested on the MX 6.1 server by placing the files in the virtual directory. A good understanding of the previous tutorials will be required to work with this tutorial.


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

       · I again welcome you to the CF tutorials. In these tutorials, I want to present a...
     

    COLDFUSION ARTICLES

    - How to Access a SQL Anywhere Database with C...
    - CFXML: Probing XMLDOM in ColdFusion
    - Creating a Web Service with ColdFusion: the ...
    - CFAjax: What it is and How to Use it
    - Querying SQL 2000 Server from ColdFusion
    - Introduction to ColdFusion Markup Language, ...
    - Introduction to ColdFusion Markup Language
    - Databases and Dreamweaver MX 2004, concluded
    - Databases and Dreamweaver MX 2004
    - Welcome to Coldfusion MX 6.1, concluded
    - Welcome to Coldfusion MX 6.1
    - What You Must Know About ColdFusion Flow-Con...
    - What You Must Know About Operators in ColdFu...
    - Everything You Must Know About ColdFusion Va...
    - My First Application on ColdFusion MX Server







    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway