The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Float variable stores only integer value. Why ?
#2
Hola,

He podido solucionar ésto usando CAST. Entiendo que ZXBasic si no se le indica lo contrario explícitamente, hace la operaciones por defecto con enteros (es una suposición)
Ahora si que funciona.

Code:
Dim t as fixed t = timer () + 0.25 print t; ' Ahora si opera con decimales function timer () return (65536 * peek 23674 +256 * peek 23673 + peek 23672) / cast (fixed,50) 'El cambio efectuado end function

Gracias !
Un saludo
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)