This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


PSP - URLEnc Unit Reference

Introduction

Procedures and Functions:

Examples:

  • PSP_ROOT/examples/httptest.pp

Introduction

    This unit provides you and PSP with the RFC2068 UrlEncode/UrlDecode string encoding/decoding methods. Although these functions are usually used only internally in PSP, they also may be useful in your programs. As part of HTTP, GET query string variables and POST input variables are URL-encoded. These functions can be also used in non-HTTP routines for temporary data protection.

PSP Help documents