Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| en:programmingblocks:text [2018/06/06 13:46] – kniwwelino | en:programmingblocks:text [2018/06/12 12:46] (current) – [Blocks] kniwwelino | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Text ===== | ||
| + | |||
| + | ==== Custom text ==== | ||
| + | {{: | ||
| + | |||
| + | With this block you can create a new text to be used as part of another block. | ||
| + | |||
| + | \\ | ||
| + | ==== Combine text ==== | ||
| + | {{: | ||
| + | |||
| + | This block combines (i.e. concatenates) several items (text or numbers). To increase the number of text inputs, click on the + icon, and drag and drop additional inputs. | ||
| + | |||
| + | \\ | ||
| + | ==== Append text to variable ==== | ||
| + | {{: | ||
| + | |||
| + | With this block, you can append a text to a variable. | ||
| + | |||
| + | \\ | ||
| + | ==== Length of text ==== | ||
| + | {{: | ||
| + | |||
| + | This block returns you the number of characters (including spaces) in a text. For instance, '' | ||
| + | |||
| + | \\ | ||
| + | ==== Is empty ==== | ||
| + | {{: | ||
| + | |||
| + | This block allows you to detect if a text is empty. In that case it returns '' | ||