R
Ronald
Hi there!
Sometimes I am getting the errormessage "Out of string space ". The error
occurs on this code:
sBrf = sBrf & sBodyTmp & "\par \page \par "
When this occurs len(sBrf)<100.000 and len(sBodyTmp)<10.000.
Also there is about 1,5gb fysical memory free.
I am using Windows 2000 IIS5.
I tried isolating the proces in IIS to make sure no other scripts are
involved, but it doesn't help.
Does anyone has any ideas of what is wrong here?
Regards,
Ronald
Sometimes I am getting the errormessage "Out of string space ". The error
occurs on this code:
sBrf = sBrf & sBodyTmp & "\par \page \par "
When this occurs len(sBrf)<100.000 and len(sBodyTmp)<10.000.
Also there is about 1,5gb fysical memory free.
I am using Windows 2000 IIS5.
I tried isolating the proces in IIS to make sure no other scripts are
involved, but it doesn't help.
Does anyone has any ideas of what is wrong here?
Regards,
Ronald