Import initial du projet shipheart_cm5
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
.pragma library
|
||||
|
||||
|
||||
|
||||
|
||||
//=====================================================================================
|
||||
// Fonctions : Vérifie si le circuit dispose de commandes AUTO
|
||||
// Reçoit : La liste à traiter
|
||||
// Retour : 0 si aucune commande auto n'existe, 1 si un ou plusieurs commandes auto existent
|
||||
//=====================================================================================
|
||||
function check_commandes_auto(liste)
|
||||
{
|
||||
|
||||
|
||||
if (liste === "") return (0);
|
||||
else return (1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user