Numerical manipulation

Numerical commands parse numbers in different ways. See a comprehensive list of all these commands.

  • Evaluate command
    Interprets basic operations supported by some of the built-in types of C#, and also methods from some of the built-in classes of C#.

  • Convert Text to Number command
    Converts text string to the Number variable type.

  • Convert Number to Text command
    Converts a number to the Text variable type.

  • Increment Variable command
    Increments the value in the Number variable type.

  • Decrement Variable command
    Decrements the value in the Number variable type.

  • Generate Random Number command
    Generates a random number between the minimum and maximum values set.