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

  1. var requests := RequestCount;