Skip to main content
nikos101
Inspiring
August 20, 2009
Question

I just upgraded my cfeclipse -> Error during parse: null

  • August 20, 2009
  • 1 reply
  • 997 views

I just upgraded my cfeclipse and now for this code:

<cfscript>
    function RandomString(CharList,Length) {
    tmpRndStr="";
    for (i=1; i LE Length; i=i+1)
    tmpRndStr=tmpRndStr & Mid(CharList,Rand()*Len(CharList)+1,1);
    return tmpRndStr;
    }
    </cfscript>

I'm getting an error:

Error during parse: null  

any ideas?

    This topic has been closed for replies.

    1 reply

    Prasanth_Kumar_S
    Inspiring
    August 21, 2009

    The CFEclipse team have stopped support as the new Adobe ColdFusion builder beta http://labs.adobe.com/technologies/coldfusionbuilder/ had been released. you can use it which have more support to ColdFusion and features like ORM.

    -Prasanth

    nikos101
    nikos101Author
    Inspiring
    August 21, 2009

    Will this new ide fit into flex builder 3 or flash builder 4