Talk:StrTok: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
m (Response.) |
||
Line 3: | Line 3: | ||
'';$0 = "not"'' | '';$0 = "not"'' | ||
Maybe I'm just stupid but where does the substring " ," match in the original string? | Maybe I'm just stupid but where does the substring " ," match in the original string? -- [[User:153.46.244.84|153.46.244.84]] | ||
Those are the separator characters. The function verifies if the string has either " " or ",". -- [[User:Deguix|deguix]] |
Latest revision as of 11:33, 30 September 2005
${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