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] , chr(13));
y := y + 1;
) ;
"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] , chr(13));
y := y + 1;
) ;