Skip to content

Cfscript.me - Created a "cfoutput()" on converted tag based code. #46

@Grimdari

Description

@Grimdari

The following tag-based code:

<cfloop condition="#atribEnum.hasMore()#"> <cfset attribute = atribEnum.next()> <cfoutput>#attribute.toString()#</cfoutput><br /> </cfloop>

Created the following cfscript:

`while ( condition="#atribEnum.hasMore()#" ) {
attribute = atribEnum.next();
cfoutput( ) {

	writeOutput("#attribute.toString()#");
}

writeOutput("<br />");

}`

The cfoutput() {} is not required nor valid cfscript.

Apologies for the above cfscript. I could not get it to stay in the code tags. :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions