Mombu the Programming Forum

Go Back   Mombu the Programming Forum > Programming > stdin.readline
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 1st November 12:12
suatu
External User
 
Posts: 1
Default stdin.readline



Hi,
There is program (I didn't write) which takes a parameter
to send its output. When I read the manual of this program
it says," The program pumps the data to the program you


use this program as standart input.
Or something else?
In brief I need the equivalent of the followind vb script code in Delphi
or another one doing the same job.

Regards,Suat.

====================================
Set StdOut = WScript.StdOut
Set StdIn = WScript.StdIn

Dim InputString
Do While Not StdIn.AtEndOfStream
InputString = StdIn.ReadLine
Loop
====================================
  Reply With Quote


 


Reply


Thread Tools
Display Modes




666