01.12.2014, 13:30
Hello...
so I have a variable from OnDialogResponse callback - inputtext which contains 2 numbers that I would like to extract but it doesn't work...
EDIT: the inputtext string looks like: (ID: %d, Position: %d) Name and I need those 2 %d's
so I have a variable from OnDialogResponse callback - inputtext which contains 2 numbers that I would like to extract but it doesn't work...
Код:
sscanf(inputtext, "ii", s_ID, s_Pos);