08-02-2018 07:44 AM
Hi all ,
as shown in the capture i can't figure out why the second while loop it doesn't execute .
any help please
08-02-2018 07:48 AM
Hi.
From what i see on those pictures, your 'Dev_Ref' is empty. As the 2nd 'For loop' use it on auto-index to know the number of execution, you have 0 execution of your loop.
08-02-2018 07:50 AM
You probe 3 shows an empty array. This is used for auto-indexing the for loop. Since there are 0 elements in the array, the for loop will iterate 0 times.