On Jan 31, 2005, at 2:43 PM, Lew Schwartz wrote:
> 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)
You mean like SYS(1272, oObject)?
___/ / __/ / ____/ Ed Leafe http://leafe.com/ http://dabodev.com/
©2005 Ed Leafe |