Should work fine. I've made heavy use of StrPrintF, and haven't had any problems at all.
-Thomee Wright- "Bradly J. Barton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Excuse my ignorance, but is there some reason this won't work? > > Char str[25]; > int d = 42; > StrPrintF(str, "Set #%d", d); -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
