03-08-2013 03:44 PM
Hi mangood,
What error codes are you seeing when you attempt to run that code? It works on my computer with simulated I/O.
Also, since they are both 1D arrays, why don't you have the two memory items in the same loop and multiply inside of each for loop instead of implicitly forcing it to create arrays and then multiplying them?
Please attach code too.
Best,
03-08-2013 05:29 PM
@j_spin wrote:
Hi mangood,
What error codes are you seeing when you attempt to run that code? It works on my computer with simulated I/O.
Also, since they are both 1D arrays, why don't you have the two memory items in the same loop and multiply inside of each for loop instead of implicitly forcing it to create arrays and then multiplying them?
Please attach code too.
Best,
thank you the problem was solved