From 29227f204bfd42bc37c55ac728fe812f8abfdb98 Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Thu, 17 Jun 2021 01:02:40 -0400 Subject: [PATCH] Add files via upload --- basicparser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basicparser.py b/basicparser.py index a2614f2..7d532d4 100644 --- a/basicparser.py +++ b/basicparser.py @@ -556,7 +556,8 @@ def __readstmt(self): # Gather input from the DATA statement into the variables for variable in variables: left = variable - right = readlist.pop(0) + #right = readlist.pop(0) + right = self.__data_values.pop(0) if left.endswith('$'): # Python inserts quotes around input data