Thank you, It would solve the problem for aelSuffixNotation, but some of the callbacks are also using aelNumber, aelEnvCreate, aelEnvSetGlobalList and aelEnvInterpret. Thinking outside the box here, assume I am building an Inverter PCell from an N and P primitive. Once a Inverter CDF property has been changed, and the primitive values updated, can the PCell (pcDefinepcell) return the two dbObject instances to the Inverter callback such that this callback can run the callbacks of the primitives? Example: Inverter CDF property N-Length changed -> PCell changes nInstance "Length" value -> PCell returns nInstance and pInstance dbObjects -> N-Length calls its callback receives nInstance and pInstance dbObject -> Callback calls all nInstance and pInstance callbacks. This way, I avoid these functions being hierarchically ran during stream out.
↧