Convert number variable to text

When I want to convert a number variable to text (e.g. for displaying in a text object), I can do it one of two ways:

  1. ToString(Variable(MyVar))
  2. VariableString(MyVar)

I’m wondering what the differences are and which way (if any) is better than the other?

AFAIK they are the same now :slight_smile:
(In GD4 with native games the second one would return an empty string if the variable were a number).