craf wrote:
> 
> ------------------------------------------------------------
> In Gambas 3 can not be used and must be assigned to hfile:
> 
> Dim hFile As File  
> Dim line As String
>   
> hFile = Open "text" For Read
>   
> While Not Eof(hFile)
>     Line Input #hfile, line
>     Print linea
>   Wend
> 
> close #hFile
> 
> It is a new approach?
> 

I don't think it is new. I have always used your Gambas3 method with my
Gambas2 programs.

rgds
-- 
View this message in context: 
http://old.nabble.com/Using-Open-in-Gambas-3-tp29630809p29631416.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to