Kodi Community Forum
Bug Substring left on letter 'd' issue - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Bug Substring left on letter 'd' issue (/showthread.php?tid=227074)



Substring left on letter 'd' issue - Mike_Doc - 2015-05-15

Hi,

I'm using the following visible:

<visible>SubString(ListItem.Title,a,Left) | SubString(ListItem.Title,b,Left) | SubString(ListItem.Title,c,Left) | SubString(ListItem.Title,d,Left)</visible>

It works fine for a to c, and for e through to z in 4 other variations of it but for some reason it will not work with 'd'? To confirm I removed the visible completely and the relevant label appeared correctly but once this visible was re-instated it, the label did not appear.

Has anyone encountered this before and if so did you find a solution?

Is this a bug?

Regards,

Mike.


RE: Substring left on letter 'd' issue - ronie - 2015-05-15

http://forum.kodi.tv/showthread.php?tid=217098


RE: Substring left on letter 'd' issue - Hitcher - 2015-05-15

Ha, I was just searching for that thread ronie. Wink


RE: Substring left on letter 'd' issue - Mike_Doc - 2015-05-15

Thanks Gents. I didn't find that when searching prior to posting.

Seems it's a strange on on Win 7 perhaps, seems manfeed found a workaround but that would mean another bunch of visibles for 'da' to 'dz'.

Mike.