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

Home » Public Forums » archive » IDE internal error
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
IDE internal error [message #92717] Tue, 16 February 2016 09:10 Go to previous message
greg.addr is currently offline  greg.addr
Messages: 160
Registered: May 2007
Senior Member
IDL Version 8.4, Microsoft Windows (Win32 x86_64 m64).



Here's a weird one. Enter:

IDL> s=['[65.6943,17.4105]','[65.6768,17.4409]','[65.6451,17.4626 ]','[65.6148,17.4793]','[65.5749,17.5018]']
IDL> a=strjoin(s)

then click on 'A' in the 'Variables' window of the IDE. It pops up a window saying -

An internal error occurred during: "compute variable details".
For input string: "65.6943"

But if you reset and delete the last element of s:

IDL> s=['[65.6943,17.4105]','[65.6768,17.4409]','[65.6451,17.4626 ]','[65.6148,17.4793]']
IDL> a=strjoin(s)

everything works as it should.


With 5 elements, this produces the same error:

IDL> s=['[65.6943,17.4105]','[65.6768,17.4409]','[65.6451,17.4626 ]','[65.6148,17.4793]','3']


but this doesn't:

IDL> s=['[65.6943,17.4105]','[65.6768,17.4409]','[65.6451,17.4626 ]','3','3']


What's going on here?
Greg
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Dimension Keywords
Next Topic: Connect STK and IDL ?

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

Current Time: Wed Oct 08 15:37:55 PDT 2025

Total time taken to generate the page: 0.00444 seconds