Um, first of all, shouldn't the conversion character for that be %O? Secondly, how would sscanf know how many characters of the string to consume?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-02-07 16:11: Subject: sscanf and Gmp.mpq
It could be an interesting addition to sscanf to have it create an object when it matches a string.
Gmp.mpq myvar; sscanf("17","%q",Gmp.mpq,myvar); // == 1
/ Mirar