diff options
Diffstat (limited to '2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci')
-rw-r--r-- | 2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci b/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci index f7271e2e..912a72a8 100644 --- a/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci +++ b/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci @@ -20,6 +20,7 @@ function [FlagFound,SCIFileName] = SCI2CFindFile(PathList,FileName) // --- Check input arguments. ---
// ------------------------------
SCI2CNInArgCheck(argn(2),2,2);
+
FlagFound = 0;
SCIFileName = '';
|