Revision: 20481
          http://sourceforge.net/p/jmol/code/20481
Author:   hansonr
Date:     2015-05-06 23:27:56 +0000 (Wed, 06 May 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.13_2015.05.06"

new feature: "drilling" in associative arrays for sub arrays with a given 
property (Rolf Huehne)
   -- uses "**" as the SELECT option, sort of the way ** sometimes means 
"subdirectories of"
   -- returns an associative array or "" if no match
   -- example:
   
    x = [key_1:[type:"a"],key_2:[type:"b"],key_3:[type:"a"]]
        z = getProperty(x, "[SELECT ** WHERE type='a']");
        show z;

                z = { "key_1":{ "type":"a" },"key_3":{ "type":"a" } }

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-05-06 23:26:41 UTC 
(rev 20480)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-05-06 23:27:56 UTC 
(rev 20481)
@@ -18,6 +18,7 @@
 
 new feature: "drilling" in associative arrays for sub arrays with a given 
property (Rolf Huehne)
    -- uses "**" as the SELECT option, sort of the way ** sometimes means 
"subdirectories of"
+   -- returns an associative array or "" if no match
    -- example:
    
     x = [key_1:[type:"a"],key_2:[type:"b"],key_3:[type:"a"]]

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to