Oh by the way Chris, as a side note,
if i then was going to use the positions stored through this list method, to move other items to this location with xform. how can, for example, element two in the list be isolated and then seperated further int x,y,z eg:
postList = [cmds.pointPosition('pSphere1.vtx[{0}]'.format(x)) for x in vertexList]
cmds.xform( 'object1',a=True, t=(postList[2][0],postList[2][1],postList[2][2])
i was trying to find information about extracting from lists. But couldnt find how to make it work in the context of another command.
thanks,
Sam