Hi everyone can I get some help please. I am trying to perform split with .split("/"c) but an error message - syntax error, ‘,’ expected, The name ‘c’ does not exist in the current context.
What is the issue here and how do I go about fixing this?
Thank you
Hello @duaine.bonsu
Can you try as below. You will get the result as array and using the index you can get the value.
Split(“Your string”,“/”)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.