IonicWind Software

IWBasic => General Questions => Topic started by: splakidas on December 03, 2006, 09:58:55 AM

Title: Read Statment
Post by: splakidas on December 03, 2006, 09:58:55 AM
Hi Paul.
Just downloaded eba and made all the changes on  a project and it worked fine, only the READ statement seems to work strange

READ (myfile, onomata[n,1]) 

can it be ?
Title: Re: Read Statment
Post by: Jerry Muelver on December 03, 2006, 10:33:55 AM
I think you have to use just a VAR for the type, not an array element. Assign the element to a var, and put the var in the READ call.