Cannot Enter ASCII Character 34 (Quote) In Messaging Views

Issue #200 invalid
Calem Bendell created an issue

I can't seem to enter the quote character, meaning there is no way to enter values for Strings that I can see.

What is an alternative way to provide values for String?

Comments (4)

  1. Matthias Schoettle

    I am assuming you want to specify a String as a value, for example an actual parameter.

    When you double-tap on it, select "Change value" and then type the text without quotes. Once you hit enter, it will show your entered text in quotes.

  2. Calem Bendell reporter

    Works there, but if I want to quickly do a system out, can it be done without importing system and all necessary methods?

  3. Matthias Schoettle

    No, calling print or println is an interaction. I am not sure why you would need that in the model, though. Of, course, you could create such a line using an ExecutionStatement.

  4. Log in to comment