Also you can use (assuming that you have Cach� v5 installed) a wrapper method for OpenId SET obj = $system.OBJ.OpenId(classname,OBJID)
You can use this wrapper method within VB, like this:
set obj = objFactory.Static("%SYSTEM.OBJ")
classname = "myClassName"
id = "myId"
set objMyClass = obj.OpenId(classname,id)
HTH
Warlin Garc�a
