A couple ideas
If it's for debugging I use $System .OBJ.Dump(oRef)
If it's in application code I ran across something that looked like
While prop '= "" {
// Use global lookup instead of %Dictionary.Class query so users don't need privileges on that table
Set tPropClass = $$$comMemberKeyGet(sourceClass,$$$cCLASSproperty,prop,$$$cPROPtype)
- Log in to post comments