Discuss Scratch

FireFlakes_1
Scratcher
100+ posts

I think this is a bug or something

I'm not sure if this is exactly a bug, but I was following this article: https://en.scratch-wiki.info/wiki/Global_High_Scores about highscores and I came across a block of code which looks like this:
replace item (last v) of [users v] with (join (item (last v) of [users v] :: list) (item (letter detect) of [list v] :: letter))

But when I went in scratch, I got out the replace block which looks like this:

replace item (1 v) of [list v] with [thing]

And tried to type a letter in the first slot, but it wouldn't let me. So I'm not sure If this is a glitch or something but… help?

highlight this then ctrl+shift+down to see the whole thing













































































Comment “FIRE” on my profile if you made it this far down XD
Boomer001
Scratcher
1000+ posts

I think this is a bug or something

Use
replace item (length of (list)) of [list v] with [thing]
or
replace item (join [last] []) of [list v] with [thing]
instead.

:::::::::   ::::::::   ::::::::  ::::    ::::  :::::::::: :::::::::   :::::::   :::::::    :::   
:+:    :+: :+:    :+: :+:    :+: +:+:+: :+:+:+ :+:        :+:    :+: :+:   :+: :+:   :+: :+:+:   
+:+    +:+ +:+    +:+ +:+    +:+ +:+ +:+:+ +:+ +:+        +:+    +:+ +:+  :+:+ +:+  :+:+   +:+   
+#++:++#+  +#+    +:+ +#+    +:+ +#+  +:+  +#+ +#++:++#   +#++:++#:  +#+ + +:+ +#+ + +:+   +#+   
+#+    +#+ +#+    +#+ +#+    +#+ +#+       +#+ +#+        +#+    +#+ +#+#  +#+ +#+#  +#+   +#+   
#+#    #+# #+#    #+# #+#    #+# #+#       #+# #+#        #+#    #+# #+#   #+# #+#   #+#   #+#   
#########   ########   ########  ###       ### ########## ###    ###  #######   #######  ####### 
CHECK OUT MY FORUM STATS



















FireFlakes_1
Scratcher
100+ posts

I think this is a bug or something

oh ok, thanks for the help!

highlight this then ctrl+shift+down to see the whole thing













































































Comment “FIRE” on my profile if you made it this far down XD

Powered by DjangoBB