VB.net supprime le dernier char de la chaîne
temp = temp.Trim().Remove(temp.Length - 1)
Uninterested Unicorn
temp = temp.Trim().Remove(temp.Length - 1)