main logo
Subject: Fully qualified object name function?
Author: "Lew Schwartz"
Posted: 2005/01/31 14:43:07
 
View Entire Thread
New Search


Is there a built-in that does this? Something like ...
* Fullname
LPARAMETERS oObject
LOCAL cName
cName = oObject.Name
DO while TYPE("oObject.Parent") = "O"
oObject = oObject.Parent
cName = oObject.Name + "." + cName
enddo
RETURN UPPER(cName)

-Lew




 
©2005 Lew Schwartz
<-- Prior Message New Search Next Message -->