How do i set multiple delimiters?

how do I write it down in my “assign” box? If i want to set the delimiter as a " “, i have to write a ‘c’ after the " " to indicate that it is a char variable.
For example, yourstring.Split(” "c);
What do i write for the variable of type vblf?