Getting string data from integer variable
Posted: Sun May 20, 2007 5:18 pm
Hi,
How can I get string data from a number variable?
For example, I want to analyze from a number (for example 2047):
if (first number == 2)
{
something happens
}
etc etc
How can I get string data from a number variable?
For example, I want to analyze from a number (for example 2047):
if (first number == 2)
{
something happens
}
etc etc