Bug-fixing

This commit is contained in:
jomjol
2021-01-01 14:59:07 +01:00
parent 8a06825871
commit 0e36010937
12 changed files with 18 additions and 16 deletions

View File

@@ -350,7 +350,7 @@ function GetReferenceSize(name){
function ZerlegeZeile(input)
{
var Output = Array(0);
delimiter = " =,";
delimiter = " =,\r";
input = trim(input, delimiter);
var pos = findDelimiterPos(input, delimiter);