looks like an easy fix.

On Mon, Mar 30, 2015 at 6:14 AM, Rolf Huehne <rhue...@fli-leibniz.de> wrote:

> Hi all,
>
> in general hash keys behave case-sensitive in Jmol (which is what I
> would expect and need).
> But there seem to be cases in the "." and ".." notation, where the case
> is changed during assignment in Jmol 14.3.13_2015.03.27.
>
> In the following example there are used two case sensitive hash keys:
> "updateDisplay" and "caseTest". For none of them I could find a special
> meaning in the Jmol scripting documentation. But with the first one Jmol
> behaves differently:
>
> ------ '.' notation --------------
> x = {}; x.updateDisplay = {}; x.caseTest = {}; print x
> {
>    caseTest  :
>    {
>     }
>    updatedisplay  :
>    {
>     }
>   }
>
> ------ '..' notation --------------
> x = {}; x..updateDisplay = {}; x..caseTest = {}; print x
> {
>    caseTest  :
>    {
>     }
>    updatedisplay  :
>    {
>     }
>   }
>
> ------ '[]' notation --------------
> x = {}; x["updateDisplay"] = {}; x["caseTest"] = {}; print x
> {
>    caseTest  :
>    {
>     }
>    updateDisplay  :
>    {
>     }
>   }
>
> Regards,
> Rolf
>
> --
>
> Rolf Huehne
> Postdoc
>
> Leibniz Institute for Age Research - Fritz Lipmann Institute (FLI)
> Beutenbergstrasse 11
> 07745 Jena, Germany
>
> Phone:   +49 3641 65 6205
> Fax:     +49 3641 65 6210
> E-Mail:  rhue...@fli-leibniz.de
> Website: http://www.fli-leibniz.de
>
>            Scientific Director: Prof. Dr. K. Lenhard Rudolph
>         Head of Administration: Dr. Daniele Barthel
> Chairman of Board of Trustees: Dennys Klein
>
> VAT No: DE 153 925 464
> Register of Associations: No. 230296, Amtsgericht Jena
> Tax Number: 162/141/08228
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>



-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to