Page 1 of 1

using the new CGI functions

Posted: Sat Jun 18, 2016 1:23 pm
by gabriel
Hello:
I like to transform an old program using the CGI external lib to a new one using the new built-in CGI functions, I'm completely newbie with CGI:

Code: Select all

CGI_In()
string$=CGI_Val("string")
string$=UCase(string$) 
CGI_Header()
CGI_Out(string$)
End
Thank you