S
shapper
Hello,
I am having 2 problems related with strings:
1. I have a string as follows: "File01.xml,File02.xml,File03.xml"
I need to create an array where first item is "File01.xml", second
item is "File02.xml", etc.
2. When having string "File01.xml" I need to get "File01" by removing
".xml"
Could someone help me out with this?
Thanks,
Miguel
I am having 2 problems related with strings:
1. I have a string as follows: "File01.xml,File02.xml,File03.xml"
I need to create an array where first item is "File01.xml", second
item is "File02.xml", etc.
2. When having string "File01.xml" I need to get "File01" by removing
".xml"
Could someone help me out with this?
Thanks,
Miguel