Search found 2 matches

by Walther
Fri Mar 08, 2024 8:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: connect text strings
Replies: 4
Views: 1683

Re: connect text strings

Tank you very much. It works.
Walther
by Walther
Thu Mar 07, 2024 11:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: connect text strings
Replies: 4
Views: 1683

connect text strings

Hello, I am new an have a simple question:
what is the command that the same as
wert = wert + wert1 in other programming languages:
sample: the string wert has the value "a", wert1 has the value "b", wert is now "ab"
next step
wert = wert + wert1, wert now "abb" and so on