mast_aadmi
30th December 2009, 12:10
Hi,

I have attached a file containing the code that i have written. It gives the following error:-
rtdpsl040303000(25):ERROR: Illegal number of subscripts for 'bom_items'.

^^^^^^ this the line containing the code bom_items(i) = tibom010.sitm

Can neone tell me why this error is being reported.

Thanks in advance.

Juergen
30th December 2009, 12:27
Hi,

Try bom_items(1,i) instead of bom_items(i).

regards,
Juergen