Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   Missing Values! (https://forums.graalonline.com/forums/showthread.php?t=69512)

Novo 10-19-2006 06:13 AM

Missing Values!
 
PHP Code:

function onCreated()
  {
  
this.string = new TStaticVar();
  
this.string."1-0";
  
this.string.savevars"docu/test.arc");
  
this.ss.loadvars"docu/test.arc" );
  echo( 
this.ss.);
  } 

this.ss.t = 1

Summary: When saved by savevars, strings which compose only of numbers and a hypen, the string before the hyphen is what returns.
"1000-1" => "1000", "2-3" => 2, ... ...

Admins 10-19-2006 02:27 PM

It's probably treating it as floating point value, with "-0" or "-1" as part of the exponent


All times are GMT +2. The time now is 01:52 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.