I wonder why an object property assignment must be preceded by "Object Let", such as this:
Help says it must, of course, but since the variable "oOCX" must be defined as an object elsewhere in code, couldn't the compiler fill in the "Object Let"? Let is optional in other types of variable assignments, so why not with Object variables
Perhaps there Is there some kind of compile-time reason that oOCX cannot be determined to be an Object?
Code:
v = %True Object Let oOCX.Connected = v
Perhaps there Is there some kind of compile-time reason that oOCX cannot be determined to be an Object?
Comment