App Developer - Text Array / Values Table

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Steve-Matrix
Matrix Staff
Posts: 1984
http://meble-kuchenne.info.pl
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 295 times
Been thanked: 459 times

Re: App Developer - Text Array / Values Table

Post by Steve-Matrix »

For now though, you can use a Built-in Function to get the text in from a "Text" primitive, eg:

Code: Select all

MyString = Component.Property.GetValue(Text1,"sText")

Post Reply