Re: Arrays: strange feature ?! [message #20045 is a reply to message #19877] |
Thu, 11 May 2000 00:00   |
Nicolas Decoster
Messages: 34 Registered: March 2000
|
Member |
|
|
Benno Puetz wrote:
>
> marc wrote:
>
>> But another more funny 'feature' is this:
>>
>> IDL> print,'abc'
>> abc
>> IDL> print,"abc"
>> abc
>> IDL> print,'777'
>> 777
>> IDL> print,"777"
>>
>> print,"777"
>> ^
>> % Syntax error.
>>
>> Cheers,
>> :-) marc
>
> It's a real feature
Let me connect these words to the subject:
"It's a real _strange_ feature"
These "strange feature" is much more confusing with the following lines:
IDL> print, "877"
877
IDL> print, "777"
print, "777"
^
% Syntax error.
It seems that IDL likes the one-notation-two-actions thing. I must say
that such a thing is confusing me. I hope I will not loose too much time
in trying to understand all the IDL's "strange feature".
Later.
Nicolas.
--
T�l. : 00 (33) 5 62 88 11 16
Fax : 00 (33) 5 62 88 11 12
Nicolas.Decoster@Noveltis.fr
Noveltis
Parc Technologique du Canal
2, avenue de l'Europe
31520 Ramonville Saint Agne - France
|
|
|