My q))) prompt has extra parantheses - Kdb+ / qStudio

Home Forums Kdb+ / qStudio My q))) prompt has extra parantheses

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #111277

    Jim
    Member

    My q prompt has extra parentheses why is this?
    If I restart they are gone.

    #111278

    You are in debug mode. Some variables like tables will not display properly, assigning values may also not work as expected. Use a single \ slash to move up the stack until you are back at a normal q) prompt. e.g.

    `
    q)))
    q)))
    q)))t
    +(,`colum)!,1 2 3
    q)))
    q)))2+3
    5
    q)))\
    q))\
    q)t
    colum
    —–
    1
    2
    3
    `

    For more info see this article on debugging kdb code

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.