|
-
Nov 3rd, 2000, 11:53 AM
#1
Thread Starter
Junior Member
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!
-
Nov 3rd, 2000, 02:02 PM
#2
Addicted Member
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
-
Nov 3rd, 2000, 02:56 PM
#3
Thread Starter
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|