01-15-2008 09:41 AM
01-15-2008 09:50 AM - edited 01-15-2008 09:54 AM
01-15-2008 10:01 AM - edited 01-15-2008 10:02 AM
Hello ha noi,
i attache a picture. In the second Case Structure the array marked with an arrow in my picture is every time empty, because the size is one more as the last index.
Mike
01-15-2008 10:02 AM
01-16-2008 02:16 AM
01-16-2008 02:47 AM
Hi ha noi,
the second case don´t work because of the problem i described in my post before. If you have an Array [0..9] thanyou get size = 10. And in your second case you want split the array into two parts from index 10. But this element do not exist, so the array is empty.
Mike
01-16-2008 03:00 AM
01-16-2008 03:05 AM
Hello ha noi,
do you ever connect the error output from your Variant to Data conversion. If there is an error than the value you get is 0 and so the values you are comparing are equel and the case structure runs the false case.
Mike
01-16-2008 03:38 AM
01-16-2008 03:38 AM