我有一个格式为“123 - Test - English.pdf”的 pdf 文件列表。我希望能够在各自的变量中设置“111”、“Test”和“English.pdf”。我尝试运行下面的代码,但我认为它不会导致多个破折号“-”。我怎样才能做到这一点?请帮助提前谢谢。
Loop,C:\My Documents\Notes\*.pdf, 0, 0
{
NewVariable = Trim(Substr(A_LoopFileName,1, Instr(A_LoopFileName, "-")-1))