[Gambas-user] Persist problem in EXEC.....
    LB Audio 
    lbaudio at ...172...
       
    Fri Oct 29 21:34:02 CEST 2004
    
    
  
'Simple Code Problem
' Gambas class file
PUBLIC SUB Process_Read()  
  DIM sLine AS String  
  LINE INPUT #LAST, sLine
  txt01.Text = sLine
END
PUBLIC SUB Button1_Click()  
  EXEC [ "ls", "-la" ] FOR READ 'Yes - Return String in Process
  'EXEC [ "mplayer","file.mp3" ] FOR READ  'Yes - Return String in Process
  'EXEC [ "mpg321","-v","file.mp3" ] FOR READ  'No - Return String in
Process
  'EXEC [ "mpg123","-v","file.mp3" ] FOR READ  'No - Return String in
Process
  'Please I use mpg123 command
END
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20041029/9d49c1e5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BackGrnd.jpg
Type: image/jpeg
Size: 1431 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20041029/9d49c1e5/attachment.jpg>
    
    
More information about the User
mailing list