Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

ExpandVariables()

Jun
34
0
If I call the plugin function ExpandVariables() the expansion takes
place inline. Is there an upper limit for the length of the expansion?
IOW, to be on the safe side, what size should the buffer I am sending in
have?

--
cheers thomasl

web: http://thomaslauer.com/start
 
rconn <> wrote:

> thomasl wrote:
>
> ---Quote---
> >
> > If I call the plugin function ExpandVariables() the expansion takes
> > place inline. Is there an upper limit for the length of the expansion?
> > IOW, to be on the safe side, what size should the buffer I am sending in
> > have?
> ---End Quote---
> 32K.
>
> Rex Conn
> JP Software

THX. Perhaps it would be good to mention this (and other such limits)
somewhere prominent in the plugin header files.

--
cheers thomasl

web: http://thomaslauer.com/start
 
Back
Top