[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ruby-talk
Subject:    {newb} file and puts
From:       STEPHEN BECKER I V <Becker004 () gmail ! com>
Date:       2004-10-12 19:45:34
Message-ID: 3703ec2d041012124559923433 () mail ! gmail ! com
[Download RAW message or body]

f="z:\t.txt"
loc = File.open(f, "w+")
loc.puts((i+65).chr,' ',a[i]) if a[i]>0


Nevermind what it is writing, How do i keep the (i+65).chr and a[i] on
the same line in the file? i get
A
 
30
B
 
23
C
 
43
D
 
28
E
 
47
and i want
A 30
B 23
C 43
D 28
E 47

Becker

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic