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

Home » Public Forums » archive » dictionary bug
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: dictionary bug [message #89582 is a reply to message #89578] Thu, 30 October 2014 00:51 Go to previous messageGo to previous message
Fabzi is currently offline  Fabzi
Messages: 305
Registered: July 2010
Senior Member
Hi Helder,

IDL> !VERSION
{
ARCH: "x86_64",
OS: "linux",
OS_FAMILY: "unix",
OS_NAME: "linux",
RELEASE: "8.3",
BUILD_DATE: "Nov 15 2013",
MEMORY_BITS: 64,
FILE_OFFSET_BITS: 64
}

IDL> a = dictionary()
IDL> a['item'] = 0l
IDL> a.item++
IDL> a
{
"item": 0
}
IDL> a['item']++
% Type conversion error: Unable to convert given STRING to Long64.
% Detected at: $MAIN$
% Object reference expression not allowed in this context: A.
% Execution halted at: $MAIN$


Is this supposed to work in IDL 8.4 or in Windows?

Fabien
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: get size of function graphics objects
Next Topic: strange behaviour of color property in function graphics

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

Current Time: Wed Oct 08 15:16:22 PDT 2025

Total time taken to generate the page: 0.00434 seconds