Previous Topic: SetInput Method

Next Topic: SetAddCmdLineArg Method


GetInput Method

Returns the current string that will be passed to the stdin of the process on execution.

Syntax

object.GetInput()

Owning Class

CaWUDP

Arguments

None

Return Value

A string that will be passed to input of executing process.

Notes

Example

Dim objUDP
Set objUDP = objContext.GetUDP()
strInput = objUDP.GetInput()

More information: