###Function###
Dec

###Description###
Returns a numeric representation of a hexadecimal string.

###Syntax###
Dec ( "hex" )


###Parameters###
@@ParamTable@@
hex
	The hexadecimal string to convert.
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns a integer.
Failure:	Returns 0 sets @error to 1 an invalid hex string was used or if an overflow occurs.
@@End@@


###Remarks###
The function only works with numbers that fit in a 32 bit signed integer (-2147483648 to 2147483647)


###Related###
Hex


###Example###
@@IncludeExample@@
