Reasonably new to LCDsmartie, tho have used LCDproc for the last couple of months. I'm wondering if there's a known/quick/hacky way to insert a seperator character when the line (string) length is over 20...
Currently:
Code: Select all
$CustomChar(1,0,15,15,9,11,27,24,0)$Chr(176) $dll(regexp.dll,1,.*(?= - ),$dll(itunes2,1,Title,)) $Chr(176)
$Chr(176) $dll(regexp.dll,1,(?<= - ).*,$dll(itunes2,1,Title,)) $Chr(176)
$dll(sandr.dll,1,$dll(itues2,1,Stat,),)$Chr(263) $dll(regexp,3,0:(\d*):#\1:#:(\d)#:0\1#0(\d\d)#\1,0:$dll(itunes2,1,Posh,))
$dll(itunes2,1,Position,20)
I've had a blast throught the forum (and found most of the formatting code above as a nice side effect :D), but couldn't find what I'm after.
Thanks,
Al.
Edit: would be possible with warnif.dll, if strlen.dll existed..?