If one routine is optimised then they all have to be.
Hi Kevin
On Tuesday, 9 September 2014 20:46:59 UTC-4, David Knight wrote:
Are you by any chance with the multiple-call to a subroutine [section] redimensioning the array?
set the dim to null before assigning a value and try it again.
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
set the dim to null before assigning a value and try it again.
PTR=PTR+1
DIM VAR.A(PTR)
VAR.A(PTR)=""
VAR.A(PTR)=My.Dyn.Array
I have seen re-dims blow up on unassigned dims being used. Dunno why the null matters but it even does it on 7.5.1.
If this is not it, I will have to go find your example code.
GlenB
--
PTR=PTR+1
DIM VAR.A(PTR)
VAR.A(PTR)=""
VAR.A(PTR)=My.Dyn.Array
Be interested to see what support say.Thanks for taking the time to test on 7.5.
On Wednesday, 10 September 2014 17:55:42 UTC-4, David Knight wrote:Be interested to see what support say.Thanks for taking the time to test on 7.5.