Bug studios with / in the name
#1
Team,
is anyone looking into the bug of studios with a / being splitted when saved ?

Do you want me to fix it?
If you think I'm useful please use the +/- button to raise my reputation
Reply
#2
I can take a look at it.
I think the easiest way is to use " / " instead of "/" for splitting function.
Reply
#3
It appears it's already like that... we probably have to go for another char Smile
If you think I'm useful please use the +/- button to raise my reputation
Reply
#4
Changed all array splits from
Code:
value.Split(New [Char]() {"/"c})
to
Code:
Text.RegularExpressions.Regex.Split(value, " / ")
Reply

Logout Mark Read Team Forum Stats Members Help
studios with / in the name0