Re: Array's in Euphoria
- Posted by Kasey <kaeyb at GEOCITIES.COM> Apr 25, 1998
- 856 views
David Mosley wrote: > > Hi guys > Ok still can't get it to do what I want,so here it is aiagin > What I want to do is take a data file and trun that into an Euphoria array. > I have tried append,&, and nothing is doing it.This does not make sence I > can program in Liberty Basic,Commodre Basic,GW Basic,but I can not get this > Euphoria at all.I have been trying for 2 years I have gone through David's > ABGTA 2 times I can print to screen or disk,I can open a file,do other > little things,I have tried looking at other programs and I get so lost,I can > use an eclude file if I have to,but I know that there is an answer as you > know being a programer I don't give up very easyly,I have a program almost > done in Liberty but I do like the speed in Euphoria,and this is to Robert I > am sorry for asking about programing in windows a few years back,WHAT A > HEADACHE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > !!!. > Liberty is easyer in that respect because they have a program that writes > the code to do windows. and to you Christian programers out there praise > god. > ok I done . > In Christ > David Mosley This is exactly the samething I was having problems with when wrote those two dim functions . what does the data file look like (is it a raw binary or ascii or best yet was it output by a euphoria program (using print) and how do you want the array to be setup. I too have used pet basic(on the C=64,alot), so maybe thats where the mental problem with euphorian sequence structuring comes frome???? Me I just preconfigure the sequencess then load them from the from the data file (which I created manually with a small prog using print staments with hard-coded values, which makes reading them easy with the get() ) Kasey p.s. could you tell me about liberty basic? (in e-mail,wouldn't wanna be rude in a euphoria list)