The Code
#cs
Name _DefaultAnalyser()
Syntax: _DefaultAnalyser($sDefault,ByRef $sParameter)
Parameters:
$sVariable(ByRef) :The Variable to Check/Compare
$sDefault :Pass the Default Value of the Varialble which has to be set When Default Keyword or -1 is used
Return Values:
This Function Doesn't Return Anything
Remarks: This Function Checks the Value of a Variable and Sets it to the Optional Value Whenever Default(keyword) or -1 is Detected.......
Example: Check The Bottom Of The The Script
Author: Phoenix XL
#ce
Func _DefaultAnalyser(ByRef $sVariable,$sDefault)
Switch $sVariable
Case De