Access violation at Address 00419AF5 in module 'msched.exe' Read of address 00000000.
It seems a heavy penalty for substituting 'nothing' by 'nothing'. Probably "a should not happen" case, yet difficult to pinpoint in a large script.
The code b.t.w. tries to delete the extension of a filename, which is not there in the sample.
Code: Select all
let>dataDirNew={"new"}
let>transfFile_VAR_1={"ir"}
let>fnNew=%dataDirNew%\%transfFile_VAR_1%
ExtractFileName>fnNew,fnOnly
ExtractFileExt>fnNew,fileExt
// next statement will end in a access violation
StringReplace>fnOnly,fileExt,,fnzOnly