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

Home » Public Forums » archive » Re: IDL> WHY IS THIS A NULL FILENAME
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: IDL> WHY IS THIS A NULL FILENAME [message #16645] Tue, 10 August 1999 00:00 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
David Fanning wrote:

> WinterDead (winterdead@aol.com) writes:
>
>> I am on a windows machine. I am trying to make and anymation. the program that
>> will not run is readsmd. this program was written by one of my proffesors. it
>> worked fine on his unix machine but it does not seem to want to run now.
>> I compiled it but it still wont run. help please
>> here is an example of my problem:
>
> I'm going to guess, on the basis of the evidence
> that you provide, that your problem is that you
> are looping through 20 filenames and you have
> only supplied 10. On the 11th RSI is trying to
> tell you "no can do". :-)
>
> IDL> fe=strarr(10)
> ...
> IDL> for k=0,19 do e(*,*,k)=readsmd(fe(k))
>
> Cheers,
>
> David
> --

Notice

IDL> for k=0,19 do e[*,*,k]=readsmd(fe[k])

R.Bauer
[Message index]
 
Read Message
Read Message
Previous Topic: Re: what is i in idl 4.0 ?
Next Topic: Re: Call Tree Generator

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

Current Time: Sat Oct 11 04:21:28 PDT 2025

Total time taken to generate the page: 0.40053 seconds