Search code examples
mit-scratch

how to change variable type to accept numbers more than 100 quintillion


I am a beginner in scratch and working on a simple program that speaks out numbers in multiples of 10 and the highest number it would speak using text-to-speech tool is 100 quintillion. After this it would start speaking in exponential format.

How can I change the datatype of variable in a way it accepts numbers more than 100 quintillion and wont change it to exponential format?


Solution

  • How can I change the datatype of variable

    Well, first of all, you can't change the datatype of a variable in Scratch

    accepts numbers more than 100 quintillion and wont change it to exponential format

    The way Scratch works is that it does that and there is no lifehack I could find to fix this, but you could try deep searching the Scratch Forums