Page 1 of 1

Row generator, string for alphabet algorithm

Posted: Fri Sep 30, 2011 9:52 pm
by fmou
Hi,

I my Row generator, I choose the alphabet algorithm, and give 'abcdefghij1234567890' as its string. This works. Then I give 'abcdefghij', and it works too.

Now, when I give it '1234567890', the job aborted, saying '1234567890' is invalid. How can I make it works?

Thanks

Posted: Fri Sep 30, 2011 10:39 pm
by ray.wurlod
Although it's not documented anywhere, I believe that the alphabet string must either begin with, or contain, at least one alphabetic character. I can't remember which.

Posted: Sat Oct 01, 2011 8:39 am
by fmou
thanks, it is "contain" BTW.