Formatting Data

One of the great things about building a Web application is that you can pull data for your page at run-time. But what this means is that, though you might know the type of data you want to return to a page, you will not always know the amount of data that's returned or its given length. To format data for display, you will incorporate HTML tables and ColdFusion display functions within your application pages.