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

Home » Public Forums » archive » Read Fixed Format Data
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 Fixed Format Data [message #1255] Tue, 24 August 1993 14:56
jianhua is currently offline  jianhua
Messages: 2
Registered: August 1993
Junior Member
I am the beginner of PV-Wave. Now I have a problem to ask for help.

I am writing a PV-Wave program to get a data from a data file.
The data file was generated by FORtran program where the data was stored in
a fixed format.

OPEN (unit=3,FiLE='z.out')
write (3,20) TT
TT=3.5
20 format(' TT=',f5.2)
close (unit=3)


my PV-Wave program is:

openr, 1, 'z.out'
readf, 1, TT, format="(' TT=',f5.2)"
close, 1

The PV-Program does not work. The error message is :
% Unable to apply format code F to input: " TT= ".
% Execution halted at $MAIN$ (READF).

If someone know the problem, please e-mail to me on my chester account.

Thanks. Jianhua
[Message index]
 
Read Message
Previous Topic: interactively moving images around a page.
Next Topic: Re: Read Fixed Format Data

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

Current Time: Thu Oct 09 02:48:57 PDT 2025

Total time taken to generate the page: 0.88015 seconds