Discuss Scratch

xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

(delete [first v] [c] of [car] :: operators)
(delete [last v] [c] of [car] :: operators)
(delete [all v] [c] of [car] :: operators)

The output would be “ar” because it is deleting the c from car. What happens when something like this is put in you ask?

(delete [all v] [yay] of [yayyayyayyaytyayyayyay] :: operators)

The output would be “t”
Okay here's more examples:

(delete [first v] [yay] of [yayyayyayyaytyayyayyay] :: operators)

Output: yayyayyaytyayyayyay

(delete [last v] [yay] of [yayyayyayyaytyayyayyay] :: operators)

Output: yayyayyayyaytyayyay

(delete [all v] [h] of [hi there! ;D] :: operators)

Output: i tere! ;D

I hope you like my idea. If you found a duplicate, please tell me. I couldn't find one.

PLEASE NOTE THAT THE LIST IS NO LONGER BEING UPDATED. THANK YOU. VVVVV

Last edited by xXRedTheCoderXx (May 6, 2020 02:29:48)

Troyer_Kem
Scratcher
1000+ posts

The Opposite of the Join Block

Support. Debugging would be easier. I'm first one who reply, so I will make a list of supporters and why are they supporting.

SUPPORTERS

Troyer_Kem
Super_Scratch_Bros20
LordThror
PizzaAddict4Life

WHY ARE THEY SUPPORTING:

Troyer_Kem:
Support. Debugging would be easier.

Super_Scratch_Bros20
Interesting…I don't see any harm in this. Support, because this may be useful in certain projects.

LordThror
Support, seems like it would be useful but personally not very useful to me…

PizzaAddict4Life
Support. I do not have a use for this yet but I can see many great things that could come from this. Maybe you could have some sort of paragraph checker, and you want it to remove every “and”.

Last edited by Troyer_Kem (May 2, 2020 19:00:33)

Troyer_Kem
Scratcher
1000+ posts

The Opposite of the Join Block

why it doesnt show my post
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

Troyer_Kem wrote:

Support. Debugging would be easier. I'm first one who reply, so I will make a list of supporters and why are they supporting.

SUPPORTERS

Troyer_Kem

WHY ARE THEY SUPPORTING:

Troyer_Kem:
Support. Debugging would be easier.
Thanks!
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

This is sad. Troyer_Kem has made a supporters list and they are the only supporter… Why are no people seeing this topic? Oh. Maybe because it's been 10 months. Maybe I should bump this topic.

BUMP!
Super_Scratch_Bros20
Scratcher
1000+ posts

The Opposite of the Join Block

Interesting…I don't see any harm in this. Support, because this may be useful in certain projects.
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

Super_Scratch_Bros20 wrote:

Interesting…I don't see any harm in this. Support, because this may be useful in certain projects.
Thank you! Now I gotta contact Troyer_Kem somehow, but that'll be hard because their comments are closed……

Edit: Contacted them through their alt.

Last edited by xXRedTheCoderXx (April 28, 2020 13:42:25)

WindOctahedron
Scratcher
1000+ posts

The Opposite of the Join Block

xXRedTheCoderXx wrote:

Super_Scratch_Bros20 wrote:

Interesting…I don't see any harm in this. Support, because this may be useful in certain projects.
Thank you! Now I gotta contact Troyer_Kem somehow, but that'll be hard because their comments are closed……
She's now on Morimop.
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

WindOctahedron wrote:

xXRedTheCoderXx wrote:

Super_Scratch_Bros20 wrote:

Interesting…I don't see any harm in this. Support, because this may be useful in certain projects.
Thank you! Now I gotta contact Troyer_Kem somehow, but that'll be hard because their comments are closed……
She's now on Morimop.
See the edit. (I made the edit before I saw this.)
LordThror
Scratcher
100+ posts

The Opposite of the Join Block

Support, seems like it would be useful but personally not very useful to me…
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

LordThror wrote:

Support, seems like it would be useful but personally not very useful to me…
Okay, makes sense. Thanks!
Troyer_Kem
Scratcher
1000+ posts

The Opposite of the Join Block

Good day!
I updated the list. It shows all supporters now.
Please contact me if someone supports or not supports ;p
JackK211424
Scratcher
500+ posts

The Opposite of the Join Block

Hmm, this could be pretty useful in some cases I can think of.

Sometimes I must remove a . from text or a space from a sentence, this could be very useful! when I do something like this, there is a (pretty) simple workaround, but reducing it from 18 blocks to 1 would be nice.
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

JackK211424 wrote:

Hmm, this could be pretty useful in some cases I can think of.

Sometimes I must remove a . from text or a space from a sentence, this could be very useful! when I do something like this, there is a (pretty) simple workaround, but reducing it from 18 blocks to 1 would be nice.
So support? Half-support?
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

BUMP
TonyBrown148
Scratcher
100+ posts

The Opposite of the Join Block

Support, but I would also like a
delete [first v] (3) letters of [world] :: operators :: reporter
block.
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

TonyBrown148 wrote:

Support, but I would also like a
delete [first v] (3) letters of [world] :: operators :: reporter
block.
That seems like an interesting suggestion! It seems different enough to be it's own suggestion, so maybe you can make the topic for that.

Thanks for support!
JackK211424
Scratcher
500+ posts

The Opposite of the Join Block

xXRedTheCoderXx wrote:

JackK211424 wrote:

Hmm, this could be pretty useful in some cases I can think of.

Sometimes I must remove a . from text or a space from a sentence, this could be very useful! when I do something like this, there is a (pretty) simple workaround, but reducing it from 18 blocks to 1 would be nice.
So support? Half-support?
I guess you could say Im supporting it.
xXRedTheCoderXx
Scratcher
1000+ posts

The Opposite of the Join Block

JackK211424 wrote:

xXRedTheCoderXx wrote:

JackK211424 wrote:

Hmm, this could be pretty useful in some cases I can think of.

Sometimes I must remove a . from text or a space from a sentence, this could be very useful! when I do something like this, there is a (pretty) simple workaround, but reducing it from 18 blocks to 1 would be nice.
So support? Half-support?
I guess you could say Im supporting it.
Okay, thank you!
PizzaAddict4Life
Scratcher
1000+ posts

The Opposite of the Join Block

Support. I do not have a use for this yet but I can see many great things that could come from this. Maybe you could have some sort of paragraph checker, and you want it to remove every “and”.

Powered by DjangoBB