Liberty Basic

new topic     » topic index » view thread      » older message » newer message

Hi
The problem I think is that in basic it is easy to get an array set up in
euphoria it is not.What I want to do is this
my data file looks like this
How old are you?
37
What time of day is it?
2pm
In basic I would do this like
open "l1.dat" for input as #1
for t=1 to 2
input #1,a$ 'read in data
a1$(t)=a$ ' put in to array
input #1,q$
q1$(t)=q$
next t
close #1
Hope this helps
the url for LB is down below,LB is a Windows programing lang. that is really
easy to use.
http://world.std.com/~carlg/basic.html
In Christ
David Mosley
mosley01 at geocities.com
or
david08 at juno.com

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu