CompuServe Messages

#need C help

    22-Mar-90 16:15:57
Sb: #need C help
Fm: Henry Williams 76416,377
To: all
Hello fellow Amigan's, I have a question about C arrays if one of you advanced types could give me a hand, I would greatly appreciate it. In basic, if I wanted to load an array of lets say 100 elements, I could try FOR n = 1 to 100:READ a$(n) NEXT n DATA etc,etc… My question is..Does anyone know of a similar way to mimic the read/data functions of basic in C? The way I see it now I will have to assign each element of array a$ separately. A wonderful task considering I really want to assign a couple thousand in multi-dimensional form. I'm using the latest (I hope) Aztec C compiler. Your input would be truely appreciated. { Henry }