about numbers.
#1

Hi,

I have number for ex: 5.

I want to make it 05 i do it like that:

Code:
new numbers = 5;
new writetostringsy[ 50 ];
format( writetostringsy, 25,"%02d",numbers );
And i have another number:

new numbersx = 05;


And now, if i want to do like that:


Code:
if( numbersx == strval(writetostringsy) )
{
// CAN I DO strval and does it work?
}
Reply


Messages In This Thread
about numbers. - by audriuxxx - 23.06.2013, 17:03
Respuesta: about numbers. - by JustBored - 23.06.2013, 17:18
Re: about numbers. - by audriuxxx - 23.06.2013, 18:24
Re: about numbers. - by Macluawn - 23.06.2013, 18:29

Forum Jump:


Users browsing this thread: 1 Guest(s)