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.

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



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
--
Timothy Driscoll                                em: [EMAIL PROTECTED]
molvisions - see. grasp. learn.                 ph: 919-368-2667
<http://www.molvisions.com/>                    im: molvisions
usa:virginia:blacksburg                         tx: [EMAIL PROTECTED]

"Anyone who considers arithmetical methods of producing random digits is, of course, in a state of sin." - J von Neumann




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