NSIS tokens function
Does NSIS uses any tokens function?
I'd like to split a string.
Archive: NSIS tokens function
NSIS tokens function
Does NSIS uses any tokens function?
I'd like to split a string.
StrTok is in the archive. It's a good function, would be nice if NSIS supported a token type object in the code.
Thanks! I forgot to mention that was for a plugin.
Strtok is easy but that's C runtime.
But I already trying to make one my self... I also will include it in the next version of colorsel...
Thanks! :)
See Source\lineparse.h.