Timothy Driscoll wrote:


On May 7, 2006, at 1:11 a, Bob Hanson wrote:

Basically, Tim, you can have * in any field EXCEPT right after the period, and you can put ? in for any character:

ok


select *.?  [prototype only -- bug in 10.2]
#selects TYR.O, PRO.C, etc., but not TYR.CE1

select *.?? [prototype only -- bug in 10.2]
#selects and one- or two-character atom name

select *.??? [prototype only -- bug in 10.2]
#same as *.

so, just to clarify:

10.2 does not allow *.? syntax because of a bug.

correct. Fixed in the prototype.


10.2 also does not allow *.\d (where \d is any numeric). this is also a bug IMO.

correct. Fixed in the prototype, provided the name only starts with a SINGLE digit, not "12H3". There's only so much one can parse for!
But in the prototype now, fixing both of these allows:

*.1?

as well



You cannot use * the way you might expect to finish off a name --

ack.  I did expect that... before tonight, that is. ;-)


select T*.;color yellow
#does NOT work. You have to use ?s

ok, very good.


thanks, Bob.


tim




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to