show / hide menu

GlobalRule

This function is used to call a global rule which is created in the Global rules section in the left side links.

Syntax:
GlobalRule(RuleName,Parameters)
where
Rule name is the Global rule name
Parameters is the n number of parameters.

Example:
GlobalRule(TestSum,n1,limit1)
TestSum is Globalrule name.
n1 and limit1 are parameters(optional) which will be passed to global rule.