QB45 Forums
Party like you didn't do in 1999.

Programming Talk - View Post
Anything related to programming under the sun

Jofers
ADMIN

Posts: 392
Bleh!!! Pipes were added FB for 0.15b it seems...
Posted by Jofers, on Aug 28th, 2005
This works in the unstable beta:
Code:
dim text as string

open pipe "fbc.exe" for input as #1

print "Output of fbc:"
do while not eof(1)
   line input #1, text
   print text
loop
Replies:
There are no replies to this message

Post a reply:







All content copyrighted 2004, All rights reserved.