Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
1 registered members (Grant), 999 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Converting to String #251865
02/15/09 11:51
02/15/09 11:51
Joined: Feb 2009
Posts: 2
C
cire84 Offline OP
Guest
cire84  Offline OP
Guest
C

Joined: Feb 2009
Posts: 2
Hi,

Is it possible to to convert the value of a particular skill to a string? Let's say my.skill1 stores some information I need, but I would like it as a string. Is there any way to go about doing this?

Thanks,
Eric

Re: Converting to String [Re: cire84] #251869
02/15/09 11:58
02/15/09 11:58
Joined: Feb 2008
Posts: 3,232
Australia
EvilSOB Offline
Expert
EvilSOB  Offline
Expert

Joined: Feb 2008
Posts: 3,232
Australia
Check the manual under str_for_num()
eg
Code:
   STRING* tmpString = " ";  //lite-c
   STRING tmpString = " ";  //c-script
   str_for_num( tmpString , my.skill1 );




"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial

Moderated by  HeelX, rvL_eXile 

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