Re: Is it possible to use int in labels?



I got it working with this:
int number = 12;
char count[128]; 
sprintf( count, "%i", number );

thanks for all the help

2005/7/20, Søren Juul <zpon dk gmail com>:

Is it possible to use a int in labels? or is it only chars?

Søren J




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]