fprintf
From DavinciWiki
(Redirected from Fprintf)
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Print formatted output to a file
Arguments and Return Values Arguments: A filename and string Return Value: None.
Usage
Examples dv> fprintf("fpf.txt","The value of 3+4 is %d\n",3+4) dv> k = read_lines("fpf.txt") Text Buffer with 1 lines of text 1: The value of 3+4 is 7 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |