I don't know about playing with strings in PBP. I was more just using that as a referance.But if you have an array, say
Code:
target var byte(32)
then you could step through the array testing if the fired number matches any array values. If/when it comes to a match, you could replace the match with a " ", then update LCD, or shift them as I thought I remember and update the LCD.