String parameter too long

S

Samuel Shulman

Hi

I am trying to replace the string within a document with another string
maybe 300 characters long but it throws this error 'String Parameter Too
long' what can I do to avoid this error

Thank you,
Samuel
 
T

Tony Jollans

Make the string shorter or use another method of replacement. Can you post
the code?
 
Top