Hi , I am struggling here and maybe someone knows how to do it. Example:
test.exe a b c required string output from program : b c > Tried without success: let test = paramStr(1) echo test # how to get string of all command line parameters except the first parameter ? let test = paramStr(2-) # ? let test = paramStr(2:...) # ? Any advice appreciated. Thank you very much.
