<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How do I concat strings in ui flow]]></title><description><![CDATA[<p dir="auto">How do I concat strings?</p>
<p dir="auto">I want to have a timer, and a label on screen  00 01 02 ....<br />
I want to create the string from seconds, so that if it is less than 10 0+seconds</p>
<p dir="auto">so in a function:<br />
varaible tmp;<br />
if (sec&lt;10) variable ="0" + string of secs ====&gt; concat string<br />
else variable = string of secs</p>
<p dir="auto">How in ui flow</p>
]]></description><link>https://community.m5stack.com/topic/942/how-do-i-concat-strings-in-ui-flow</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 02:29:33 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/942.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Apr 2019 13:15:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How do I concat strings in ui flow on Mon, 06 Jan 2025 12:21:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> Actually, “concat” is a widely recognized and valid term in programming that refers to combining two or more strings. There’s no need to be condescending to a fellow programmer by telling them to “use his language.” He's used English in understandable manner.</p>
]]></description><link>https://community.m5stack.com/post/27779</link><guid isPermaLink="true">https://community.m5stack.com/post/27779</guid><dc:creator><![CDATA[DINK74]]></dc:creator><pubDate>Mon, 06 Jan 2025 12:21:09 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Wed, 24 Apr 2019 20:09:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alon24" aria-label="Profile: alon24">@<bdi>alon24</bdi></a> said in <a href="/post/3979">How do I concat strings in ui flow</a>:</p>
<blockquote>
<p dir="auto">So this worked, because I needed numbers</p>
<p dir="auto"><img src="/assets/uploads/files/1556125587733-6003dc45-9bfc-4278-9a73-471038e6a730-image.png" alt="0_1556125589289_6003dc45-9bfc-4278-9a73-471038e6a730-image.png" class=" img-fluid img-markdown" /></p>
</blockquote>
<p dir="auto">Would you mind if I added this to my book?</p>
]]></description><link>https://community.m5stack.com/post/3987</link><guid isPermaLink="true">https://community.m5stack.com/post/3987</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 24 Apr 2019 20:09:46 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Wed, 24 Apr 2019 17:06:44 GMT]]></title><description><![CDATA[<p dir="auto">So this worked, because I needed numbers</p>
<p dir="auto"><img src="/assets/uploads/files/1556125587733-6003dc45-9bfc-4278-9a73-471038e6a730-image.png" alt="0_1556125589289_6003dc45-9bfc-4278-9a73-471038e6a730-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/3979</link><guid isPermaLink="true">https://community.m5stack.com/post/3979</guid><dc:creator><![CDATA[alon24]]></dc:creator><pubDate>Wed, 24 Apr 2019 17:06:44 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Tue, 23 Apr 2019 20:48:44 GMT]]></title><description><![CDATA[<p dir="auto">Doesn't this work?</p>
<p dir="auto"><img src="https://i.imgur.com/D9yoAe0.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">In micropython it would be the same as python : stringA + stringB</p>
]]></description><link>https://community.m5stack.com/post/3964</link><guid isPermaLink="true">https://community.m5stack.com/post/3964</guid><dc:creator><![CDATA[LastCaress]]></dc:creator><pubDate>Tue, 23 Apr 2019 20:48:44 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Tue, 23 Apr 2019 16:29:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alon24" aria-label="Profile: alon24">@<bdi>alon24</bdi></a> said in <a href="/post/3960">How do I concat strings in ui flow</a>:</p>
<blockquote>
<p dir="auto">I do not think you understand, I want to create a new string to show.<br />
Say I have "hello" and "world" I want to. Create a new string with "hello world" in it.</p>
<p dir="auto">In js:<br />
Let a= "hello" + "world"</p>
<p dir="auto">Now a== "hello world"</p>
<p dir="auto">Hope this is now more understandable, it should be in the text section, something like join action for text</p>
</blockquote>
<p dir="auto">You are correct, I didn't understand.<br />
Hmn, nope I can't find away to do it in UIFlow however there should be away in micropython which is the underlying programming language.</p>
<p dir="auto">Sorry, I can't help you anymore here.</p>
]]></description><link>https://community.m5stack.com/post/3963</link><guid isPermaLink="true">https://community.m5stack.com/post/3963</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 23 Apr 2019 16:29:25 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Tue, 23 Apr 2019 15:28:48 GMT]]></title><description><![CDATA[<p dir="auto">Can u add <a href="https://github.com/google/blockly/wiki/Text#text-creation" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/google/blockly/wiki/Text#text-creation</a></p>
<p dir="auto">The  create with and append to</p>
]]></description><link>https://community.m5stack.com/post/3961</link><guid isPermaLink="true">https://community.m5stack.com/post/3961</guid><dc:creator><![CDATA[alon24]]></dc:creator><pubDate>Tue, 23 Apr 2019 15:28:48 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Tue, 23 Apr 2019 15:17:50 GMT]]></title><description><![CDATA[<p dir="auto">I do not think you understand, I want to create a new string to show.<br />
Say I have "hello" and "world" I want to. Create a new string with "hello world" in it.</p>
<p dir="auto">In js:<br />
Let a= "hello" + "world"</p>
<p dir="auto">Now a== "hello world"</p>
<p dir="auto">Hope this is now more understandable, it should be in the text section, something like join action for text</p>
]]></description><link>https://community.m5stack.com/post/3960</link><guid isPermaLink="true">https://community.m5stack.com/post/3960</guid><dc:creator><![CDATA[alon24]]></dc:creator><pubDate>Tue, 23 Apr 2019 15:17:50 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Tue, 23 Apr 2019 14:03:55 GMT]]></title><description><![CDATA[<p dir="auto">surely if and else are showing the same thing?<br />
I'm feeling confused but its something like this.<br />
NOT complete!<br />
<img src="https://i-h2.pinimg.com/564x/66/c2/b2/66c2b22c64a29e28cab6214dd6816096.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/3959</link><guid isPermaLink="true">https://community.m5stack.com/post/3959</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 23 Apr 2019 14:03:55 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Tue, 23 Apr 2019 13:46:05 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://en.wikipedia.org/wiki/Concatenation" target="_blank" rel="noopener noreferrer nofollow ugc">https://en.wikipedia.org/wiki/Concatenation</a></p>
]]></description><link>https://community.m5stack.com/post/3958</link><guid isPermaLink="true">https://community.m5stack.com/post/3958</guid><dc:creator><![CDATA[alon24]]></dc:creator><pubDate>Tue, 23 Apr 2019 13:46:05 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Tue, 23 Apr 2019 13:44:52 GMT]]></title><description><![CDATA[<p dir="auto">"hello" + "world" =&gt; "hello world"</p>
<p dir="auto">"0" + "1" =&gt; "01"</p>
]]></description><link>https://community.m5stack.com/post/3957</link><guid isPermaLink="true">https://community.m5stack.com/post/3957</guid><dc:creator><![CDATA[alon24]]></dc:creator><pubDate>Tue, 23 Apr 2019 13:44:52 GMT</pubDate></item><item><title><![CDATA[Reply to How do I concat strings in ui flow on Tue, 23 Apr 2019 13:40:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alon24" aria-label="Profile: alon24">@<bdi>alon24</bdi></a> Sorry what is concat strings?</p>
<p dir="auto">if you are unsure of english words try posting in your language.</p>
]]></description><link>https://community.m5stack.com/post/3956</link><guid isPermaLink="true">https://community.m5stack.com/post/3956</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 23 Apr 2019 13:40:47 GMT</pubDate></item></channel></rss>