Given library name and cell name, how to get the list of vie

S

suresh j

Guest
Hi all,
In skill I know library name and cell name.
How can i get a list of all available viewnames.
Thanks,
Suresh
 
t_libName = "your_lib"
t_cellName = "your_cell"

l_cellViews = ddGetObj( t_libName t_cellName )~>views

Bernd

suresh j wrote:
Hi all,
In skill I know library name and cell name.
How can i get a list of all available viewnames.
Thanks,
Suresh
 
"suresh" == suresh j <suresh> writes:
suresh> Hi all, In skill I know library name and cell name. How can
suresh> i get a list of all available viewnames. Thanks, Suresh

(dbAllCellViews (ddGetObj libName) cellName)

satya

--
Remove XXX and YYY to get my address
 

Welcome to EDABoard.com

Sponsor

Back
Top