|
writing text to an ALLEGRO_FILE |
William Labbett
Member #4,486
March 2004
|
hi, trying to write some formatted text strings to an ALLEGRO_FILE but I'm not sure which functions to use. I thought they'd be something like an fprintf() function... What should I do ?
|
Neil Walker
Member #210
April 2000
|
format the string first then use al_fwrite? [edit]if you're looking, that edit wasn't me putting in a smiley, it was me missing the submit button. This is what revisions do to you, they make you paranoid Neil. wii:0356-1384-6687-2022, kart:3308-4806-6002. XBOX:chucklepie |
Thomas Fjellstrom
Member #476
June 2000
|
al_fputs should work. -- |
Evert
Member #794
November 2000
|
Still, I can see a case for al_fprintf()... |
|