Quote:
Originally Posted by Vince
If you select a listitem, the text that it contains will be stored in inputtext, so you can extract it from there using a splitting technique like sscanf. However, you cannot extract information that wasn't there in the first place, like the player's id.
|
Actually sscanf is not needed as "inputtext" will hold the text of the first column (only) for that listitem.