> You never really said what you are trying to do. What overall task is > being done, or decision being made, that you think requires the handling > of interrupts? LV is pretty different from c, so it might be important > to explain the job at a higher level. >
You also never mention what OS you are on. Most protected OSes will require you to install a DLL or other component that will catch the interrupt. You will not be able to catch it in user code. Currently, all LV code is appllication level code. Greg McKaskle
