time() not returning Integer
- Posted by Tristen Wilson <wood_dip_kill at yahoo.com> Jun 29, 2007
- 564 views
If I set a variable such as a = time() and set a as an integer it returns a type check error. By using printf(fn, "%f", a) I was able to get it to return even decimals. It just won't return an odd number!