comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Unexpected negative values when reading txt file
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Unexpected negative values when reading txt file [message #86650 is a reply to message #86649] Tue, 26 November 2013 01:28 Go to previous messageGo to previous message
Ludo is currently offline  Ludo
Messages: 7
Registered: May 2008
Junior Member
You're using an INT array, yet int numbers must be in range [-32,768, +32,767].
Try using LONARR instead of INTARR or even ULONARR if you know you can't have negative values.
Signed long numbers can go from -2 147 483 648 to +2 147 483 647.

(See IDL Help : IDL Data Types)
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: GDL 0.9.4 delivered
Next Topic: save problems

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 21:47:33 PDT 2025

Total time taken to generate the page: 1.11490 seconds