$ proserve docsample -maxAreas 2000
$ $ cat beyondmax.st # # Attempt to add an area beyond -maxarea # d "MaxAreaTest must fail":2999,32;64 . f 4096 d "MaxAreaTest must fail":2999,32;64 . $ prostrct addonline docsample beyondmax.st Syntax error in structure file: d "MaxAreaTest must fail":2999,32;64 . f 4096 Invalid area number specified. (6826) Error occurred on line 4. (6819) prostrct add FAILED. (12867) $ |