17.08.2014, 13:09
I was wondering how to use sscanf with dialogs.
For example, I have a dialog where you have to enter x, y, and z coordinates.
How would I use sscanf to check that the person has entered 3 coordinates separated by spaces or commas?
if(sscanf(inputtext, "fff... or whatever...
For example, I have a dialog where you have to enter x, y, and z coordinates.
How would I use sscanf to check that the person has entered 3 coordinates separated by spaces or commas?
if(sscanf(inputtext, "fff... or whatever...