home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
d_projdbob.tcl
< prev
next >
Wrap
Text File
|
1997-10-07
|
249b
|
9 lines
global ProjDbObj_associations_security
set ProjDbObj_associations_security [ProjDbObj::associations]
proc ProjDbObj::associations {} {
regsub -all {roleSet} \
$ProjDbObj_associations_security "" associations
return $associations
}