The operation yail-divide cannot accept the arguments

Please help me with this issue.
I’m trying to create a simple interest calculator.
so I’m getting operation yail-divide error: “The operation yail-divide cannot accept the arguments”

1 Like

You’re trying to divide a Textbox by 100 instead of a Textbox’s.Text.

Use n.Text and r.Text here:

Or even better use a blue math block with the value you wish.

3 Likes

Thanks for solving, it worked.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.