oh, I see, it has to do with

f.sort()

given just like that, not

f = f.sort()

for now, use that instead.




On Fri, Apr 5, 2013 at 3:27 PM, Alexander Rose
<alexander.r...@weirdbyte.de>wrote:

> 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
>



-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Chemistry Department
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
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