Combinu:
BUT if i remove some irsends say up to case 108, the program starts working again!!
That is often an indication of running out of SRAM. If you have any constant data, particularly arrays and strig constants, you should move them into FLASH memory. See: PROGMEM - Arduino Reference
I have attached the modified code again, but i have a problem.
Ok now the program is running i receive feedback from the serial that the code is being sent as you can see from the code.
The problem is that it seems that it is not retrieving the actual array, i know from the reference you gave me i have to do something else to read, but can't seem to figure it out.
Can you please help me out.
The code is attached with this thread again, modified.