04-15-2013 10:39 AM
The code above kinda of work but im sending the result to a table in which it doesnt skip that row of table and fills it in with blank result.
I have attached a couple screen shot of the code. please dont mind the sloppy code.
Thank you
04-15-2013 10:47 AM - edited 04-15-2013 10:49 AM
@crossrulz wrote:
I second Mark's comment. A better way would to create an array of cases to apply and autoindex the array. And type def you enum to make life a lot easier.
Off course the ENUMs should have meaningful names.
Also @d14mond3, it is much better to post the actual code then small pictures of it. It is impossible to see what is going on especially when your block diagram is so large. It is a good practice to keep your code neat. Often you do not get the time to go back and clean it up and messing code is a pain to read and maintain.