| View previous topic :: View next topic |
| Author |
Message |
gonzabar Newbie
Joined: 24 Jun 2001 Posts: 15 Location: Madrid, Spain
|
Posted: Fri Nov 22, 2002 12:57 pm Post subject: -32767 is non-numeric value ? |
|
|
TITLE non-numeric?
%A = -32767
if @not(@numeric(%A))
info %A is non-numeric value
end
%C = @sum(%A,256)
INFO %C
exit
The last program ends with runtime error
If %A = -32768 or %A = -32766 or another integer values,
result is ok.
Is a bug ? |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Fri Nov 22, 2002 1:02 pm Post subject: |
|
|
Already posted in the bug reports...
Yes, it appears to be a bug.
You can use floating point functions with it though,
just not @sum(), @diff(), or @prod().
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|