Forum Replies Created

  • Jonathan

    Member
    October 4, 2024 at 7:28 pm in reply to: KX Developer not working

    Ended up being a firewall issue. Thanks for the response.

  • Jonathan

    Member
    September 3, 2024 at 5:12 pm in reply to: Fundamental Capstone 1.3

    Solved. No need for help anymore.

  • Jonathan

    Member
    August 27, 2024 at 2:50 pm in reply to: Scripting and logging question

    Completely forgot it does that. It’s working now, thank you.

  • Jonathan

    Member
    August 22, 2024 at 5:09 pm in reply to: Infix Notation question

    Thank you! That helps alot.

  • Jonathan

    Member
    August 22, 2024 at 2:19 pm in reply to: Infix Notation question

    @megan_mcp

    I have attached a picture of the question and the error I’m getting.

  • Jonathan

    Member
    August 22, 2024 at 1:39 pm in reply to: Infix Notation question

    Hi @megan_mcp

    Thanks for the reply.

    My example was not a good one. I realized that I had a list of strings so something like

    “wKDe arB33e on”

    “Ia quSesGREATt!”

    When I run my original line of: “s except .Q.A” I get a type error and when I tried to add a “each” to it, I got parse errors. I guess my question would be how do I iterate through a list of lists while applying a function using infix notation.