April 29, 2024, 07:13:39 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


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.