error messages [message #31456] |
Thu, 11 July 2002 07:41  |
bin_zheng_99
Messages: 6 Registered: July 2002
|
Junior Member |
|
|
Hello, all,
When I run the program aviKRtest downloaded from
www.kilvarcok.com/freesoftware/dlms/avi.htm
I got the error messages:
% AVI_OPENW: Unable to create avi compressed stream
% AVI_PUT: Expression must be an array in this context: AVIPARAMS.
% Execution halted at: AVIKRTEST
Did anybody met such situation before? Could you let me know how
did you solve it?
Thanks a lot.
Helen
|
|
|
Re: error message [message #40589 is a reply to message #31456] |
Tue, 17 August 2004 14:10  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Adhara writes:
> I am getting an error message that says:
>
> % Attempt to subscript A with I is out of range.
> % Execution halted at: $MAIN$42 C:\RSI\IDL55\lib\A
> This happens at line: ****************
>
> Can someone tell me what is going on? I did it for index Z=32L and it
> worked. Why it is not working for Z=2L??
Since you don't show us what "A" is, I'm going
to give you the benefit of the doubt and say
maybe it did work with an index of 32. But
my guess is that your index is not 2 when the
problem occurs. Send us the result of "Help, a",
and then print out the indices in your loop.
Tell us the value when the error occurs.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|