Liberty Basic
- Posted by David Mosley <mosley01 at GEOCITIES.COM> Apr 25, 1998
- 719 views
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