Page 1 of 1
How many items when I split
Posted: Sun Feb 06, 2022 4:33 pm
by adgus
How can I check how many items do I get in a split variable ?
ORIGINAL TEXT:
a;3;4;5
How can I know, I got 4 items ?
Re: How many items when I split
Posted: Mon Feb 07, 2022 5:16 pm
by adgus
I found a way to do this.. dont know if this is the best way..
with the action TXT Number of Lines
using the Text: {CommaSeparatedToText({variable})}
Am I right ?
Re: How many items when I split
Posted: Tue Feb 15, 2022 12:15 pm
by Oleg
Am I right ?
Yes. This is a solution.
Also look at the action
TXT Comma-Text Conversion if you use some complex text or string.