Hi @Soudios ,
Can you share the string on which you want to split ?
when you split something the value stores in Array.
If you want single value then use index number to get the value.
Refer
Hi @Soudios
Please use the below expression.
yourvariable.split(")"c)
Convert your assign variable type to string[ ]
Regards
@pravin_calvin
Same problem here, can’t find “type to string”
Hi @Soudios ,
That’s what i am trying to explain to use array of string to store value.
Please refer below
1 - CLick Array of T
2 - Select string
This is different error i believe.
Use it as APE(0).ToString here as you cannot pass array here.
It takes only the fisrt word.
For example :
Activités comptables (6920Z) ==> need the take 69207
Hey but you want to split in beginning, then what is the use of split?
Better to get only digits from string 6920Z if that’s is your scope, no need to use split then.
Yes just want to take the digits but the number of digit is not the same, i wanted to split by “(”
Sorry i need also the letter inside (“Z”)
==>6920Z
You flowchart works only for digit
Please provide few examples and the output you are looking for…
For example :
Activités comptables (6920Z) ==> need 6920Z
This is the all sentence ==> Activités comptables (6920Z)
Just need 6920Z
How about this??
Please be clear to to your requirement, as you have mentioned earlier you want output as 69207.
Please follow @prasath17 comment, you can get that value.
Thanks.
string.Join
@ermanoj3101
@prasath17
“Activités comptables” its just an example it can be something else that’s why it’s better to use “(” to select what inside (6920Z)