From: Himanshu Khandelia (hkhandel_at_memphys.sdu.dk)
Date: Fri Jan 26 2007 - 05:47:02 CST

This might be a very elementary question.

In the Tkconsole, I am not being able to use wildcards in the atomselect
facility. The following do not work:

# To select atom names starting with the letter C,
set temp [atomselect top "name "C.*""]
set temp [atomselect top "name \"C.*\""]
set temp [atomselect top "name 'C.*'"]
set temp [atomselect top "name "C*""]

What is way around this ?