I'm using CR v10, SP 3. Is there a way to extract the individual values from a multiple value parameter? For instance, I have a string parameter that allows the user to enter either multiple discreet values or range values. Is there a way in which I can check how many characters are in the first entry? If I use
length (<parameter>)
I get the "string required" error message, because the parameter is actually an array. I tried using a subscript, but that doesn't work at all (ok, I *knew* it wouldn't be that easy).
Thanks,
-Dave
length (<parameter>)
I get the "string required" error message, because the parameter is actually an array. I tried using a subscript, but that doesn't work at all (ok, I *knew* it wouldn't be that easy).
Thanks,
-Dave