I'm using this in Toaster to display the rating of my tracks ->
CODE
$repeat( *,%trackrating%)
which results in displaying for example * * * * for a track that is rated 4/5

What I'd like to do is to be able to display No rating for tracks that haven't been rated but I simply don't know how to modify my string
Here's what I tried, with no result ->
CODE
$repeat( *,$if2(%trackrating%,No rating))
A little help would be appreciated