Talk:StrTok
From NSIS Wiki
Jump to navigationJump to search
${StrTok} $0 "This is, or is not, just an example" " ," "4" "1"
;$0 = "not"
Maybe I'm just stupid but where does the substring " ," match in the original string? -- 153.46.244.84
Those are the separator characters. The function verifies if the string has either " " or ",". -- deguix