Article # 154, added by Geoworks, historical record
| first | previous | index | next | last |

How to print a formatted string to a file




Q:
I went looking for fprintf, but didn't find it.  Is there something similar
to print a formatted string to a file in GEOS?

A:
What you can do is sprintf to a string variable and then write the string
variable to file using FileWrite.