Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 831 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
printf documentation is missing #221578
08/14/08 23:19
08/14/08 23:19
Joined: Jun 2008
Posts: 40
pfeldman Offline OP
Newbie
pfeldman  Offline OP
Newbie

Joined: Jun 2008
Posts: 40
When I click on the link for printf in the online manual, I get a "page not found" error (error 404).

Re: printf documentation is missing [Re: pfeldman] #221589
08/15/08 00:34
08/15/08 00:34
Joined: Nov 2007
Posts: 1,143
United Kingdom
DJBMASTER Offline
Serious User
DJBMASTER  Offline
Serious User

Joined: Nov 2007
Posts: 1,143
United Kingdom
Don't you use the manual that comes with SED?

here is an extract for printf...

Code:

printf(char* format, ....)

LC  

Open a message box and displays text or variables in lite-C Pure Mode. 
Unlike most other functions, this one accepts a variable number of char*, int, or double arguments (no var or float). 
If arguments follow the format string, the format string must contain specifications that determine the output format for the arguments. 
The output string must not exceed 256 characters. See a C documentation or Digits for C-style format strings.
 
Parameters:
format - Format string. 

Speed:
Fast 

Example:
var my_var = 123.456;
...
printf("my_var: %.3f",(double)my_var);

See also:
diag, Digits


Last edited by DJBMASTER; 08/15/08 00:34.

Moderated by  aztec, Inestical, Matt_Coles, Tobias 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1