Both Set text to Sprite.V_name and Set text to str(Sprite.V_name) should work.
If they don't work, maybe a wrong sprite instance gets picked or there is some other issue with your code.
Run your game in Debug Mode (ctrl-F4) to check how many Sprite instances you have and to see their instance variables.