How do I split the text input into two half and show it in two different labels?
Use split text blocks text like
1 Like
Adding to @electrobot_appy answer:
To get the last part, set index
to length of split text
.
thank you, it worked
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.