12-25-2006 03:43 AM
12-25-2006 03:47 PM - edited 12-25-2006 03:47 PM
To correctly separate this string you could use a slightly more complicated format string applying the "terminate on" modifier more than once:
Scan (tempBuff1, "%s[xt44]%s[dxt34]%s[xt34]", tempBuff2, tempBuff3);
Message Edited by Roberto Bozzolo on 12-25-2006 10:47 PM
12-25-2006 08:35 PM