====== RequestCount ======
Gets the number of requests commited while the script execution
===== Syntax =====
function RequestCount: integer;
==== Returned value ====
* //type:// integer
* //functions:// the number of requests commited while the script execution
===== Examples =====
-var requests := RequestCount;