Hello,
This quote is from Updatecontext documentation:
As the examples later in this topic show, context variables can hold several kinds of information, including these:
- a single value
- a record
- a collection
- an object reference
- any result from a formula
Context variables can also contain an object reference, it says here. Would that work as a kind of ByRef instead of ByVal in .Net lingo? If not, is there another way to reference a collection so the value of the variable will change when the collection changes? So, a pointer instead of a replicated value?
Thank you