ScratchData LogoScratchData
Back to EEMIT2024's profile

Separate [] by [] block

EEEEMIT2024•Created August 7, 2015
Separate [] by [] block
2
1
94 views
View on Scratch

Instructions

this is a very useful string manipulation block. Great for multidemensional lists How to use: First parameter is a string Second parameter can only be ONE CHARACTER. Parts of string within double quotes will not be checked for separators Example 1: separate 12345,54321 by , into list [list] makes: 12345 54321 in the list "list" Example 2: separate 53253,"5,3,2,5,3" by , into list [list] makes: 53253 5,3,2,5,3 , but separate 53253,5,3,2,5,3 by , into list [list] makes: 53253 5 3 2 5 3 Get it?

Description

THIS IS A HACKED BLOCK. renaming of variables remains unchanged unless you have a variable input hack... this only has a list input hack plz don't edit the block, it will lose its list input

Project Details

Project ID72553100
CreatedAugust 7, 2015
Last ModifiedJanuary 20, 2016
SharedAugust 7, 2015
Visibilityvisible
CommentsAllowed