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

Home » Public Forums » archive » read several files at once
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
read several files at once [message #39784] Fri, 11 June 2004 15:59
adharac is currently offline  adharac
Messages: 23
Registered: April 2004
Junior Member
Hello, here is the advance that I made to convert a bitmap file into
an image...However, I MUST DO IT SEVERAL TIMES!! How can I do that?

Best regards!
Adhara


file=Dialog_Pickfile(Title='Pick the folder',Filter='*.txt',$
Get_Path=data_dir)
CD,data_dir

openr,lun,file,/GET_LUN
scan=BYTARR(6,6)
readu,lun,scan
free_lun,lun
tvscl,scan

result = DIALOG_WRITE_IMAGE(scan, FILENAME='001.tif')
end
[Message index]
 
Read Message
Previous Topic: convert bitmap into image
Next Topic: Re: read several files at once

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

Current Time: Wed Oct 29 11:07:07 PDT 2025

Total time taken to generate the page: 5.12030 seconds