renojim
15 years agoCommunity Streaming Expert
Dynamic typing bit me in the butt
My integer got turned into a float because I added x*(4000/5) to it. It wasn't a problem until I tried to convert it to a string with ToStr(). I think if floats had a ToStr() interface it wouldn't have been a problem at all. 😞
-JT
-JT