Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.14 KB

text.md

File metadata and controls

48 lines (25 loc) · 1.14 KB

Text

Text value

The most basic but most often used text block is below

Often, you'll want to join text values together with the block below

The blocks above say that when Screen1 opens, set the text of Label1 to be "hello world".

Reformat text

When you import data from a database or API, you may need to reformat it and the blocks below should help:

Analyze text

The block below tests whether the text value is empty

while the following blocks search within a text value

This one calculates how many characters are in a given text value