99% is no problem. but check if the assigned string is big enough.
also : why using a single when you just use integer math? you can scale a value too using a long.
for example 1000.00 is the same as 100000 integer. use the format() function to show the value with a dot. that way you can show 10000 as 100.00 for example.
↧