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
bug or missunderstood?
#1
Hello, if I run this program:
Code:
cls dim a,b as ubyte dim dw1,dw2 as uinteger dim valor as uinteger a=10 b=5 valor=a*b print "valor:";valor a=100 valor=a*b print "valor:";valor valor=10000 print "valor:";valor print valor=a*b print "valor:";valor print dw1=10 dw2=5 valor=dw1*dw2 print "valor:";valor dw1=100 valor=dw1*dw2 print "valor:";valor

the output in screen is:

valor:50
valor:244
valor:10000

valor:244

valor:50
valor:500

This is a bug?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)