Re: 2 simple questions



amirovic@xxxxxxxxxxxxxx schrieb:

For the second
question I needed to save the number without the 'e' in a further
variable which later was converted to a sting.

If it was only _later_ converted to string, then _before_ that it was still a number in your "further variable", right? But having or not having an "e" is not a property of a number but rather of its printed representation only. So until you actually convert the number to a string later, it's meaningless whether it's "with" or "without the 'e'". JFTR.

Bye
Achim
.



Relevant Pages