aggiunto N/A

This commit is contained in:
2018-11-19 23:25:19 +01:00
parent f0ab80f719
commit 7a018175e1

View File

@@ -500,6 +500,8 @@ while ( my $line = <FILE> ) {
$CSVData[$idx++] = $Din1 . ";" . $Din2;
} elsif ($ain[i] eq 2) {
$CSVData[$idx++] = $Ain1 . ";" . $Ain2;
} else {
$CSVData[$idx++] = "N/A";
}
}