Hi,
maybe I'm not literate enough with the sscanf function, but the 
following example is giving a result which I did not expect. Is it a 
bug, maybe triggered by the included comma?
<hansl>
string hey = "aha oho, uhu"
string s
sscanf(hey, "aha %s", s) # expected: "oho, uhu"
print s # gives "oho,"
</hansl>
This is a recent snapshot, but I guess if it's really a bug, then it's 
not new.
thanks
sven