Print statement

Hi!

I wonder how the print statement works. I succeeded in printing out variable, but when I try to print a string, I cannot do it…

Is there somewhere I can read about the symbols I have to use around the string, such as “string” or ‘string’?

For some reason, this video just skips over what I want to know…

hi,

in the help file:

as an example:

More about expressions in process statements:

2 Likes

Awesome!

This help me alot.

Is it possible print variable and string in same statement?

@anhu Do you know if it is possible to print variable and string in same print statement?

Yes, but you will need to do string conversion and string concatenation in the expression such that the result is a single string.