###Function###
Dec
 
###Description###
Retourne une reprsentation numrique d'une chane hexadcimale.
 
 
###Syntax###
Dec ( "hex" )
 
 
###Parameters###
@@ParamTable@@
hex
	La chane hexadcimale  convertir.
@@End@@
 
 
###ReturnValue###
@@ReturnTable@@
Succs:	Retourne un nombre entier.
chec:	Retourne 0 et met @error  1 si une chane hexadcimale invalide a t utilise, ou si un dbordement a lieu.
@@End@@
 
 
###Remarks###
La fonction ne fonctionne qu'avec les nombres correspondant  un entier sign de 32 bits (-2147483648  2147483647)
 
 
###Related###
<a href="Hex.htm">Hex</a>
 
 
###Example###
@@IncludeExample@@