|
From: Subha K <sub...@gm...> - 2016-10-20 17:06:37
|
Hi there, If the base name of my file is stored in a variable, how can I load the file using the variable? Eg., My filename is "File10.pdb" and I have, X = File10 I tried loading it using, cmd.load ( X+".pdb", X), but it doesn't seem to work. Sorry for posting a very basic question. Thanks, Subha |