StrTok problem
Hi all,
please help, i don't understand how to use StrTok.
I have this report in my log:
!insertmacro: FUNCTION_STRING_StrTok
!insertmacro: macro "FUNCTION_STRING_StrTok" requires 0 parameter(s), passed 4
!Error in script "C:/Documents and Settings/Administrateur/Mes documents/workspace/Installers/src/dist/xindoc.nsi" on line 1362 -- aborting creation process
i have this in my code:
!include StrFunc.nsh
${StrTok} "1" $0 " ," "This is, or is not, just an example"
Someone can help me ?