Hi,

here is a bug with a peculiar effect, probably parser related. The .sort 
function is picky when it comes to variable names.


x = [1,3,2]; x.sort(); # works great

f = [1,3,2]; f.sort(); # phoning home...

FileManager opening http://localhost:7070/static/html/f.sort()
Skript FEHLER: Skript FEHLER: io error reading 
http://localhost:7070/static/html/f.sort(): Server returned HTTP response code: 
500 for URL: http://localhost:7070/static/html/f.sort()
Skript FEHLER: io error reading http://localhost:7070/static/html/f.sort(): 
Server returned HTTP response code: 500 for URL: 
http://localhost:7070/static/html/f.sort()

"y" works, but "fo", "foobar", "arr" not.



Best
Alexander
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to