[Gambas-user] Application_Read
    Rolf-Werner Eilert 
    eilert-sprachen at ...221...
       
    Thu Jun  3 11:35:15 CEST 2010
    
    
  
>
> Public Application_Read()
>
>    Dim Keys As String
>
>    ' Read up to (so the negative sign) 256 characters from the standard input
>    Keys = Read -256
>    ...
>
> End
>
Sorry, if I do it like this, I get "Unexpected READ".
What I did before was:
READ #LAST Keys, -256
This doesn't produce an error, but it doesn't return any value either...
Regards
Rolf
    
    
More information about the User
mailing list