I have a question for the Admins.
What is the difference in behaviour, if any, if you explicitly add a wildcard to skip a code, as opposed to not skipping a code.
For example, is there any difference in behaviour between these versions below?
Version 1:
+2*
+3*=
+4*
Version 2:
+2*
+4*...