Topic complex |
Other functions |
Function |
paramstr() |
Short |
Arguments at calling the programm |
Syntax |
PARAMSTR(Position : INTEGER) : STRING |
Parameter |
Position : According paramater in the command line |
Return |
Argument according to the position or empty string if nothing has been specified. |
See also: |
|
Description |
PARAMSTR(0) returns the local part of the URL with which a CGI programm has been called:
Is a CGI programm called with
http://www.tdb-engine.de/cgi-tdb/forum/forum.prg
PARAMSTR(0) returns '/cgi-tdb/forum/forum.prg'
|