Print statement in process flow i snot working

Print statement in process flow i snot working

sudheer_r
Not applicable
319 Views
1 Reply
Message 1 of 2

Print statement in process flow i snot working

sudheer_r
Not applicable

[ FlexSim 19.2.4 ]

When I am trying to use print statement as shown below it is throwing error. Can we use print statement in process flow? What is the reason for the error ?

24127-print.jpg

0 Likes
Accepted solutions (1)
320 Views
1 Reply
Reply (1)
Message 2 of 2

mischa_spelt
Advisor
Advisor
Accepted solution

Print is not a statement but a function. That means that it needs parentheses for its argument:

print(x);