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
0 registered members (), 17,416 guests, and 5 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
where is the wdl manual not the c tutorial #79202
06/24/06 12:01
06/24/06 12:01
Joined: Jun 2006
Posts: 35
Texas
D
DancesWithLight Offline OP
Newbie
DancesWithLight  Offline OP
Newbie
D

Joined: Jun 2006
Posts: 35
Texas
Hi, I downloaded the reference manual and the c tutorial in links, and they are excellent, but please where is the link to the complete wdl syntax manual? For instance, in the excellent new c manual, in inputs it doesn't explain how to input a string during a game, just single key inputs. I searched for "string" too, and of course it says to look in the manual. Thank you.


Waiting for fully immersible Virtual reality.
Re: where is the wdl manual not the c tutorial [Re: DancesWithLight] #79203
06/24/06 12:15
06/24/06 12:15
Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
ulillillia Offline
Senior Expert
ulillillia  Offline
Senior Expert

Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
Look up inkey in the manual. With it, one could type a string. It can also be used to input numbers as well from which the str_to_num command comes in handy.


"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip My 2D game - release on Jun 13th; My tutorials
Re: where is the wdl manual not the c tutorial [Re: ulillillia] #79204
06/25/06 11:15
06/25/06 11:15
Joined: Jun 2006
Posts: 35
Texas
D
DancesWithLight Offline OP
Newbie
DancesWithLight  Offline OP
Newbie
D

Joined: Jun 2006
Posts: 35
Texas
Thank you, I found the reference.

String entry[30];
...
inkey(entry); // wait until [enter] pressed
if (result == 13) {
process_entry(entry); }


Waiting for fully immersible Virtual reality.

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