April 20, 2024, 03:46:05 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Read Statment

Started by splakidas, December 03, 2006, 09:58:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

splakidas

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 ?

Jerry Muelver

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.