Hi
You can try/use this piece of code:

LN.FEED = CHAR(10)
T.DATA = ARR<1>:LN.FEED:ARR<2>:LN.FEED:ARR<3>
WRITESEQ T.DATA TO F.DATA THEN
END

Consider you've opened the file in F.DATA.

Igor

On Wed, Oct 7, 2009 at 8:24 AM, anandasundaram jeyaraj
<[email protected]>wrote:

> Hi,
> I am trying to update a sequential file with a values of an array.
> say ARR<1> = VALUE1
>       ARR<2> = VALUE2
>       ARR<3> = VALUE3
> I want to write the contents of the array in one shot with linefeed between
> each values
> such that it appears in the sequential file as
> VALUE1
> VALUE2
> VALUE3
>
> thanks
> anand
>
> >
>


-- 
Igor Micev

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to