User profile: sirOrich

User info
User name:sirOrich
History
Joined:
Number of posts:1
Latest posts:

Writing to Sequential Access File with Fixed Point Notation
Try using fprintf (f1, "........."); f1 being the file stream so.. fprintf (outFile, "%5.2f", ite...