I think that is because it is a numeric parameter and it will ignore an incorrectly placed comma so 2,3 is really 23.
Again, the easiest and IMO best solution is to NOT use a comma seperated input process but rather edit the parameter to allow for multiple values.
Select Edit on the param and in the Options box at the bottom of the screen there is a "Allow multiple values". Change that to TRUE.
That is how Crystal is designed to to accept multiple values in a parameter so use its features whenever you can.
Edited by DBlank - 03 Dec 2009 at 1:03pm