printf
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Prints formatted output to the screen
Arguments and Return Values Arguments: A string Return Value: None. String is printed.
Usage Syntax: printf(string) The printf() function is a direct interface to the C library function of the same name.
Examples dv> k =76 76 dv> printf("the number k is %d\n",k) the number k is 76 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |