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

Home » Public Forums » archive » what's wrong with this? --- ' vs " problem
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
what's wrong with this? --- ' vs " problem [message #39239] Mon, 03 May 2004 14:24
mmiller3 is currently offline  mmiller3
Messages: 81
Registered: January 2002
Member
Ok, this I don"t get. Is it a 'feature' or a "bug"? I vote for
bug in how IDL parses octal numbers.

Mike

===========
On a linux box:

> idl
IDL Version 6.0 (linux x86 m32). (c) 2003, Research Systems, Inc.
Installation number: 8285.
Licensed for use by: Indiana University Radiology

IDL> file='040301_0932_2004-00005_mouse1_12x10s-4x30s-3x120s-4x30 0s-proj.jpg'
IDL> file=" 040301_0932_2004-00005_mouse1_12x10s-4x30s-3x120s-4x300s-pro j.jpg "

file=" 040301_0932_2004-00005_mouse1_12x10s-4x30s-3x120s-4x300s-pro j.jpg "
^
% Syntax error.
IDL> help, !version, /structure
** Structure !VERSION, 8 tags, length=76, data length=76:
ARCH STRING 'x86'
OS STRING 'linux'
OS_FAMILY STRING 'unix'
OS_NAME STRING 'linux'
RELEASE STRING '6.0'
BUILD_DATE STRING 'Jun 27 2003'
MEMORY_BITS INT 32
FILE_OFFSET_BITS
INT 64
IDL>


===========
on a windows box:

IDL Version 6.0, Microsoft Windows (Win32 x86 m32). (c) 2003, Research Systems, Inc.

IDL> file='040301_0932_2004-00005_mouse1_12x10s-4x30s-3x120s-4x30 0s-proj.jpg'
IDL> file=" 040301_0932_2004-00005_mouse1_12x10s-4x30s-3x120s-4x300s-pro j.jpg "

file=" 040301_0932_2004-00005_mouse1_12x10s-4x30s-3x120s-4x300s-pro j.jpg "
^
% Syntax error.
IDL> help, !version, /structure
** Structure !VERSION, 8 tags, length=76, data length=76:
ARCH STRING 'x86'
OS STRING 'Win32'
OS_FAMILY STRING 'Windows'
OS_NAME STRING 'Microsoft Windows'
RELEASE STRING '6.0'
BUILD_DATE STRING 'Jun 27 2003'
MEMORY_BITS INT 32
FILE_OFFSET_BITS
INT 64
[Message index]
 
Read Message
Previous Topic: dialog_pickfile internal buffer
Next Topic: Re: dialog_pickfile internal buffer

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

Current Time: Wed Oct 08 16:07:24 PDT 2025

Total time taken to generate the page: 0.00464 seconds