Salut
Quand tu veux connaitre la valeur d'une constante. Il y a une méthode
simple : trace(la_constante).
Trace("graveurEjecteAuto =" + graveurEjecteAuto)
Trace("graveurSansEjecter =" + graveurSansEjecter)
Trace("graveurSimule =" + graveurSimule)
Trace("graveurNotificationAbandon =" + graveurNotificationAbandon)
Trace("graveurNotificationErreur =" + graveurNotificationErreur)
graveurEjecteAuto =4
graveurSansEjecter =8
graveurSimule
graveurNotificationAbandon =1
graveurNotificationErreur 98
Ou puis-je trouver la liste complète des constantes utilisées dans
le w-langage avec les valeurs correspondante ?