Navigation: thinBasic Modules > CGI > Gets |
|
Description
Reads data from StdIn. In case of POST method it reads all the POST data.
Syntax
s = Gets() AS STRING
Returns
Returns a string
The data read from Stdin.
Parameters
Remarks
Gets is an alias of CGI_Read function.
Restrictions
See also
Examples
sData = Gets()
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |