In a STACK test I want to check if the answer is in the range 4000-8000. My idea was to use Numabsolute with TAns 6000 and Test Option (absolute tolerance) 2000.
Yet I get the error message that the test option must not be longer than 255 characters. If I am counting correctly, I have just 4 characters.
Of course, there is plenty space for poking for workarounds.
E.g. dividing Sans by 1000 and compare with 6 using tolerance 2 does the job.
Yet, I hate not understanding what is happening. Is there an undocumented upper limit to the tolerance? Is the value instead of the length checked against the limit of 255?
Any idea?
Martin
