question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked Mischa Spelt answered

Print statement in process flow i snot working

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 ?

FlexSim 19.2.4
print
print.jpg (45.7 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Mischa Spelt avatar image
1 Like"
Mischa Spelt answered

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

print(x);
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.