From 97fdbd4143f57740c57d71348e29e3d10e0496d4 Mon Sep 17 00:00:00 2001 From: Firefly <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:21:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(CompareRTFWithDataset):=20=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=90=8D=E4=B8=8E=E4=BF=9D=E7=95=99=E5=AD=97=E5=86=B2?= =?UTF-8?q?=E7=AA=81=20(#62)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gbk/CompareRTFWithDataset.sas | 2 +- utf8/CompareRTFWithDataset.sas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gbk/CompareRTFWithDataset.sas b/gbk/CompareRTFWithDataset.sas index 332f71a..ec293c9 100644 --- a/gbk/CompareRTFWithDataset.sas +++ b/gbk/CompareRTFWithDataset.sas @@ -123,7 +123,7 @@ ifc(not missing(&&dataset_col_&i), strip(put(&&dataset_col_&i, &&dataset_col_format_&i)), '') as &&dataset_col_&i %end; %else %do; - &&dataset_col_&i + "&&dataset_col_&i"n %end; %if &i < &dataset_col_n %then %do; %bquote(,) %end; diff --git a/utf8/CompareRTFWithDataset.sas b/utf8/CompareRTFWithDataset.sas index fbd3f91..f533e13 100644 --- a/utf8/CompareRTFWithDataset.sas +++ b/utf8/CompareRTFWithDataset.sas @@ -123,7 +123,7 @@ ifc(not missing(&&dataset_col_&i), strip(put(&&dataset_col_&i, &&dataset_col_format_&i)), '') as &&dataset_col_&i %end; %else %do; - &&dataset_col_&i + "&&dataset_col_&i"n %end; %if &i < &dataset_col_n %then %do; %bquote(,) %end;