Hi all,
I have this error when I am trying to split my data stored in a template.
The values for in_dictSetting(“File Type”) is “PDF,XLS,JPEG”
How can this be resolved?
Thanks.
Hi all,
I have this error when I am trying to split my data stored in a template.
The values for in_dictSetting(“File Type”) is “PDF,XLS,JPEG”
How can this be resolved?
Thanks.
@SRoyi no need of C in this Split format.
You can split two ways.
One you are following and second one
→ YourString.Split(","C)
Note: You have dot after split function
You have a dot after Split, before the first parenthesis.
Thank you for the help
Thanks for the help!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.