nope, you are missing the point - the question was if the = is necessary in the /var command.
I denied that because its not. Your example has nothing to do with this topic because //var %b $remove(abc,%a) | echo -s %a of course will give an * Invalid format: $remove - this is because %a doesnt exist (so it doesnt return anything), but u use it as a substring in $remove, it's the same as if you would use $remove(abc,)
so the point is that the error is not that the = is missing in the //var command but in your $remove, if you use it properly, e.g. //var %b $remove(abc,b) it works perfect.
Last edited by j0ch3n; 08/05/03 06:01 AM.