Split(" A@gmail.com;B@gmail.com;C@gmail.com",“;”)
That variable type is what
Hi!
if you’ve stored that data in a variable
you can use string variable
Find the reference:
Ignore Output Variable.
Regards,
NaNi
Use This Expression in For Each Loop And Print Item Value in Message box.
You will get all email id Seprated by “;”.
the output of this will be array of strings…
StrArray(0) gives you 1st mail,StrArray(1) 2nd mail and so on
data = “A@gmail.com;B@gmail.com;C@gmail.com”
Assign
emails(array of String) = data.Split(Cchar(“;”))
For Each Activity for emails (Type Argument String)
do whatever you want with item