Hi guys,
I've been writing some code this afternoon and have come across the following error for the first time.
I've checked the start up command and the -inp parameter does not appear to be referenced. Does anyone know how I can find out what the default -inp parameter value is on our system?
When we know the value that is being used, we can think about how we are going to increase it.
Thanks in advance.
Kevin
I've been writing some code this afternoon and have come across the following error for the first time.
Code:
Preprocessor expansion buffer overflow. (2939)
Too many characters appear between curly braces ({}), or the result of a
{&name} or {1}-type expansion is too large (note that a {&name} reference
can appear within another preprocessor name reference or definition).
[B]The number of characters that are allowed in an expansion is governed by [/B]
[B]the -inp startup parameter.[/B]
I've checked the start up command and the -inp parameter does not appear to be referenced. Does anyone know how I can find out what the default -inp parameter value is on our system?
When we know the value that is being used, we can think about how we are going to increase it.
Thanks in advance.
Kevin