Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,388 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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 | 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