How do i uninstall Itunes as its not my account and it hasnt be used for so long

basically my mums itunes is on my laptop it hasnt been used for a while i want to put my itunes on it however i wanted to uninstall hers and reinstall with my phone.
however i tryied uninstalling it it then comes up with message do you want allow itunes to update so i say no as i want to remove it, it then wont uninstall.
so i choose the option to update the second time around it still doesnt work.
so then i try to download the latest software so the current itunes is upto date it then gets to the end and says it cant install.
how the **** do i get rid of the itues???

As far as functionality goes, I don't see anything wrong. when it comes to efficiency you need to keep some general pointers in mind. These issues which I'm bringing up will not affect your code currently since your array sizes are small but can start creating memory fragmentaion and slow down the software if your array sizes are much larger and the software runs for a long period of time.
1. Try not to use Build Array. Each time you use a built array labview creates a copy in the memory. Try to initilized your arrays and replace the subsets.
2. as much as you can try not index arrays or unbundle cluster multiple times. try to perform as many tasks as possbile in one shot. (this was evident in your second loop)
Besides that it's looking good. 
I made a few modifications to your code and attached it. I wanted to give you a different take on it as it relates to being able to control the inputs and outputs programitically, if you had a look up table. I didn't make the same modifications to your second loop but I can guide you through what needs to be done if you would like to move in this direction. Again your original code is well done for someone who is new to labview so don't feel like you need to follow the new VI design. Just try to remove the build array and multiple indexing as a good programming habbit.
www.movimed.com - Custom Imaging Solutions
Attachments:
Channel Testing.vi ‏41 KB

Similar Messages

Maybe you are looking for