#attribute.toString()#
`
Created the following cfscript:
`while ( condition="#atribEnum.hasMore()#" ) {
attribute = atribEnum.next();
cfoutput( ) {
writeOutput("#attribute.toString()#");
}
writeOutput(" ");
}`
The `cfoutput() {}` is not required nor valid cfscript.
Apologies for the above cfscript. I could not get it to stay in the code tags. :(
The following tag-based code:
`
` Created the following cfscript: `while ( condition="#atribEnum.hasMore()#" ) { attribute = atribEnum.next(); cfoutput( ) { writeOutput("#attribute.toString()#"); } writeOutput("
"); }` The `cfoutput() {}` is not required nor valid cfscript. Apologies for the above cfscript. I could not get it to stay in the code tags. :(