diff options
Diffstat (limited to 'macros/Sources/CURVE_c.sci')
-rw-r--r-- | macros/Sources/CURVE_c.sci | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/Sources/CURVE_c.sci b/macros/Sources/CURVE_c.sci index d5c87f61..451fe8bd 100644 --- a/macros/Sources/CURVE_c.sci +++ b/macros/Sources/CURVE_c.sci @@ -904,8 +904,7 @@ function [tok,xyo]=ReadExcel() if x2p==[] then, xinfo("Bad address in X:"+x2); break, end - x21=par - t(x2,1:x2p-1); + x21=part(x2,1:x2p-1); x22=part(x2,x2p:length(x2)); y1p=min(strindex(y1,TN)); |