Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie: reading from STDIN

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hello there,

I'm not a Clipper programmer, but mainly Python, PHP & C, but right now I'm working on a small Clipper-project with a Clipper programmer. My question is: how do you read from STDIN in Clipper? I'm working on a small CGI-solution and want to be able to read POST-variables, but do not know how :) Thanx!
 
#define STD_IN 0
#define STD_OUT 1

memvar->hHandleHtmlOut:=STD_OUT
fwrite( memvar->hHandleHtmlOut,cStr )
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top