Home › Forums › kdb+ › Parse error: “limit” in function › Reply To: Parse error: “limit” in function
-
Without seeing your code, it is hard to determine what the problem is, but most likely you are reaching the limit on local variables, constants or global references in the function.
Errors | Basics | kdb+ and q documentation – kdb+ and q documentation (kx.com)
code.kx.com
Errors | Basics | kdb+ and q documentation - kdb+ and q documentation
Errors signalled by the interpreter, and what triggers them