In flowgorithm, how do I keep a string and return a variable's total? Then also return the remainder of total divided by another variable.
Here is what I need to complete.

In flowgorithm, how do I keep a string and return a variable's total? Then also return the remainder of total divided by another variable.
Here is what I need to complete.

Copyright © 2021 Jogjafile Inc.
In the output box, type something like: "this is my string"&myVariable
See: http://www.flowgorithm.org/documentation/index.htm
There is a box called "Assign". In that you can assign whichever variable and use the basic math functions to do what you're asking.
See: http://www.flowgorithm.org/documentation/operators.htm