eblackey
05/08/2025, 9:41 PMfor (var i = 0; i < standardLinesCount; i++) {
standardLinesArr.push(standardLines.getLine({
index: i
}));
}
acuestajohnmark
05/09/2025, 3:47 AMconst
was messing with it since I tried replacing const with var then pushing it to the array also gave the correct result.