Get current version of Snap! (XML Serializer)

https://snap.berkeley.edu/snap/snap.html#present:Username=rixthetyrunt&ProjectName=current%20version

Uses no JS!

cool, i imagine this could be used to prevent bugs in projects caused by snap! version differences.

Although now it returns 10.1-dev :stuck_out_tongue:
Stage

...which it also does for the actual dev version, which appears to be 10.2?
image

It grabs the version from a single serialized block, then it gets the app value, which in turn is just the IDE_Morph.serializer.app string. This is also used when exporting projects, so I dunno.

39 posts were split to a new topic: Dynamically populating dropdown input slots

I think this project could be simplified a lot using the PIPE block:

Hope this helps!

holy loly

what? does that not work?

it does but the pipe solution is cool :slight_smile:

yeah, I just made that script since I was thinking about the pipe block, and how it could have saved me tons of time with the variable usage like here, and when using nested call w/ inputs in my other projects, and I just happened to come across a situation just like that.