Convertit une valeur num�rique en cha�ne.
String ( expression )
BinaryToString, Chr, ChrW, HWnd, Int, IsString, Number, Ptr, StringToBinary
#include <MsgBoxConstants.au3> Local $sString = String(10) ; L'expression pass�e � String retournera une repr�sentation de cha�ne, ici "10". MsgBox($MB_SYSTEMMODAL, "", "$sString contient la valeur: " & $sString & " et IsString retourne: " & IsString($sString))