Is there a maximum number of variables that can comprise the activedocument.variables collection? I'm having difficulty seeing anything added over variables.count = 25.
Thanks!
Printable View
Is there a maximum number of variables that can comprise the activedocument.variables collection? I'm having difficulty seeing anything added over variables.count = 25.
Thanks!
Hi markhirt !!!
I didn't find any information about a limitation of the variables.
I have also tested this with 100 variables (WORD 97) - it works for me.
The only thing I can remember is a memory leek if you want to set/read any document properties which are not build in.
Hope this helps a little bit.
-cu TheOnly
PS: Post the code that we can see whats going on
I determined that if a "" (null string) gets assigned to an active document variable, it deletes the variable completely.
Trying to tweak data integrity so a null string won't be passed to the active document variable.
Thanks for testing and confiming the collection's max count for me!
Mark