if ( !%wzl-trivia_cleaned_ $+ $replace(%value,$chr(32),_) ) {
set %wzl-trivia_cleaned_ $+ $replace(%value,$chr(32),_) 1
echo %wzl-trivia_cleaned_ $+ $replace(%value,$chr(32),_)
}
returns as echo:
gestopt
%value=gestopt
it should return 1 off course
whats wrong???
the var sets itself correctly (%wzl-trivia_cleaned_gestopt 6426)

question clear enough? smirk smile