View Single Post
  #314  
Old 05-31-2010, 03:18 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
It seems like it only occurs for operations at one decimal place.

PHP Code:
//#CLIENTSIDE

function onCreated() {
  
// Work Fine
  
temp.0.001
  
temp.24;
  echo(
temp.temp.b);
  
temp.0.01
  echo(
temp.temp.b);
  
  
// Broken
  
temp.0.1
  echo(
temp.temp.b);

On a side note, I spent most of my scripting time today making Zodiac, V6-friendly so nearly all font related things don't look messed anymore.
__________________
Quote:
Reply With Quote