In my coding, I have weird numbers like 1.7e+006, thats like 1007000, how do I make it so it says 1007000 and not 1.7e+006?
If its num2text, where do I put that?
ID:174628
![]() Jul 30 2003, 5:38 pm
|
|
I made it like this and still doesn't work
mob/Stat() If thats not it, please edit that to make it work, I am completley clueless about this num2text thing, pople just wanna understand their powerlevels, becasue the number goes into something like this(5e+006), that means 5000000, not everone knows that, and sometimes it gos into more complicated numbers. |
In the case of thinking it was num2text(), you should have looked it up as it would have solved your problem right then in there. You just need to specify num2text()'s second arguement which tells it how look the number should be before putting it into scientific notation:
num2text(x,10) would display the number as long as it is under 10 digits long |
I hope you get the general idea.
~;)\)3();~