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

Home » Public Forums » archive » Read ASCII File with tab seperator
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Read ASCII File with tab seperator [message #75392] Wed, 02 March 2011 09:01
noahh.schwartz is currently offline  noahh.schwartz
Messages: 10
Registered: February 2008
Junior Member
Hi everyone,

I'm trying to read an ascii file with tabs as seperator. The catch is
that when the value equals zero, it is not actually written into the
file. Example 1 gives the file as it should look like if zeros where
present. Example 2 gives the actual file ('0' 'TAB' have been replaced
by 'TAB' only).
I've used the following code for example 1 but can't figure out how to
read example 2 without messing the data up.
data = fltarr(4,4)
readf, lun, data

Thank very much for your help!

EXAMPLE 1:
1 0 0 0
2 0 10 10
3 0 12 12
4 0 10 10

EXAMPLE 2:
1
2 10 10
3 12 12
4 10 10
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: How to look up the directory tree for calling external DLLs?
Next Topic: Set in Stone

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

Current Time: Wed Oct 08 17:48:38 PDT 2025

Total time taken to generate the page: 0.00557 seconds