Skip to main content

Tips for Using Calculation

Common issues and practical tips for working with Calculation

T
Written by Tiger
Updated over a month ago

Object to String

Sometimes, for debugging purposes, you may want to display all the contents of an Object in a Text component. However, Text components can only be linked to variables of type String. In this case, you can convert the Object into a String using the following method:

Calculation > New Command > Command Type: Logictype, Command: To String

Connect the Object to the input of the command, and link the output to a String variable.


Did this answer your question?