Judith - just found this one...

new topic     » topic index » view thread      » older message » newer message

Judith,

Just ran across this one but it was crashing the IDE every time I tried 
to save the project so I did some investigation.  The length of the 
createEx() statement for a list view I creaeted exceeded 194.  The IDE 
crashed at statement 2782:

outFile=outFile[at+1..length(outFile)]

since outFile is an atom, not a sequence.  I replaced this with:

theLine=theLine[at+1..length(theLine)]

and then worked fine.

Jonas

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu