The following code generates the error:
"A string array is required here"
and when I press OK, the cursor goes to the spot marked *, on the join line.
Thanks for your help.
steven
// {@printArray}
stringvar array GrossArr;
numbervar y:=1;
while y < 10 do
(
join(*GrossArr[y] ...
Crystal 8.5 Question
I need to print an array one line for each element of the array. (actually it will be 6 different arrays, but I expect to be able to transfer)
I want to print only those rows where there is a value in ArrayOne. I don't want blank lines.
I have 1 to 3 unique SSNs per record.
I wish to create a single list of all SSNs in sorted order.
Tried to use a subreport, but couldn't get that to work.
Record SSN 1 2 3
1 123 12 1234 223 12 1234 323 12 1234
2 233 12 1234 023 12...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.