Cloud variables max length?

id: 750839

category: Help with Scripts

posts: 3

AtomiicEdu AtomiicEdu loading
I've read that cloud variables max length are 256 and some people saying 10,240 but I was able to get cloud variables over one way over that limit and have it save / be functional.
The variable doesn't work with the change(#) block because of scientific notation rounding having symbols that are alphanumeric but not just numeric.
The variable will still work on other peoples end.
Cloud variables have a maximum length of 256 digits. 10240 was the old length back in early Scratch 2.0.

Cloud variables that go over the maximum length will still work, meaning you can still use them in your project as regular variables. They won't save on other people's computers though. So if the previous value was 7 and the new value was 1000000… (300 digits), the people on the other end would still see 7 since the long value won't be saved on the cloud server.
medians medians loading
Cloud vars have a limit of 256, the people saying 10240 were using the join block, which had a max length of 10240 in 2.0.