This project contains a very useful set of string functions for you to use in your Scratch programs. I have written versions of the LEFT, RIGHT, MID, UPPER and LOWER functions. Feel free to use them and share them around. I have posted full instructions on my blog on how to use the blocks in your programs. The link to the post is: http://philcurnow.wordpress.com/2013/09/22/scratch-custom-string-blocks/ 05-10-2013 - I have now added four new string blocks to this project. LTRIM which will trim any leading spaces from a string. RTRIM which will trim any trailing spaces from a string. TRIM which will trim all leading and trailing spaces. SPLIT which will allow you to split a string into a list using a specific character to split the string on. As with the original blocks, I have put a blog post together on the background to the blocks and how to use them. This can be found at: http://philcurnow.wordpress.com/2013/10/06/more-scratch-string-custom-blocks/ 16/11/2013 - I have now added a custom block that allows you to search a string for a sub-string. I have put a blog post together on how to use the block and a full description of how it works. This can be found at: http://philcurnow.wordpress.com/2013/11/16/string-search-in-scratch/
Designed and Developed by Phil Curnow Web: http://www.curnow.biz Twitter: @pcurnow