Hello Vineet 

I'm not sure what you mean.

If you want to load several files, you can do

load files "molec1.pdb" "molec2.pdb" "molec3.pdb"

You could also set them in a loop, like

for (var i = 1; i <= 4; i = i + 1)
var x = "molec" + i + ".pdb";
load append @x;
end for 



------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to