Hi
is there a function to remove space ?
for example
"Beyonce "
or
" Beyonce"
from artist/title
thanks
You can create an action around
$trim(x,c)
From the documentation:
or you try one of the other FAQ entries:
djgoosh
3
thank you very much for your help