Re: Possible to Store some hidden binary data in Word Document???????????? by Word
Word
Sun Apr 17 20:49:42 CDT 2005
G'day "Ahmad" <Ahmad.Jalil.Qarshi@gmail.com>,
Variables are exactly that, variables restricted by the definition of
the datatype. Eg strings of 255. Generally speaking, you can save long
ranges of data as autotext, or you have to work on concat strings
Eg
while variable of name DocVarStem & k exists
concat it into some temp range
inc k
wend
You may also need Steganography - the practice of hiding stuff in
plain sight to fool the 'hackers' for as long as possible. It is off
topic for these newsgroups. I have commercially viable solutions for
achieving it, but they are extremely expensive.
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Ahmad reckoned:
>I have tested Document Variable. but unfortunately it stores on few
>KBs. i stored 124KB or data it worked fine. but when i tried to store
>254KB of data into the document variable. it generated an exception
>that "String value too long". Is there any restriciton in the data
>length of document variable. and further more is there any restriction
>in the number of Variables per document?
>
>Thanks in advance.
>
>Ahmad Jalil Qarshi