I have written a code that changes the layer depending on what command is being performed (i.e. Text command changed to Text layer, Hatch command changes to Hatch Layer, etc.). This code also insures that the layer exists prior to changing the layer. I am now modifying this code to connect to an access database to get the settings for this layer. My problem is that the color and lineweight information is passed back as strings. I need to know how to convert these to the acColor and acLineWeight variables (i.e. how to strip the " from the string). Any help would be appreciated.