reading the chapter on pointers here: http://www.amazon.com/Programming-Language-Prentice-Hall-Software/dp/0131103628 might help
the main point is: pointers need to point somewhere before they are useful... On 1/7/08, Geetha Arasu <[EMAIL PROTECTED]> wrote: > > > I am not able to use StrPrintF() > Char *p; > StrPrintF(p,"%d" , num); > > Where num is short data type. > > When I use this func, there are no compile errors but shows the run time > error message " Invalid write to 008F3301" > > Could any one suggest is there any error in the above function or is there > any alternate method to print the value to a string. > > > > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ > -- Best Regards, Dmitry Grinberg (847) 226 9295 -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
