KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Inter Process Communication: code only returns : : Reply To: Inter Process Communication: code only returns : :

  • megan_mcp

    Administrator
    July 17, 2024 at 11:31 am

    Hi Joe,

    So ‘ : : ‘ is the generic null value in Q. If a function returns no value it actually returns ‘ : : ‘ .

    Take a look at the example below, when this function is passed a parameter of 4, it returns 4.

    But if we don’t pass it anything, it returns null.

    Hope this helps!

    Thanks,

    Megan