Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/27/26 22:06
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
3 registered members (TipmyPip, Quad, AndrewAMD), 4,941 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 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