Jump to content

Random User

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Random User

  1. Yes, I'd love to see that idea implemented. Usually though, I take the situation as a hint I ought to put the loops in their own VIs. Not always convenient, but helps a lot for when you need to do stepping or execution highlighting.

    Ha! I figured that answer would come up. Still would be nice to have the functionality, though. Thanks.

  2. I have several WHILE loops running in parallel. I want to debug only one of them and let the others keep running.

    Currently when I debug and step through the program, the execution point jumps around through the different loops. This makes it hard and slow to debug a specific area of code.

    Any ideas?

  3. Ok, you guys have helped me figure this out. What I'm doing works in the general case since I'm converting a range of cells to an array of strings (instead of a single cell to an array). But it's true that one of the worksheets in my workbook causes a type mismatch...must be some cell with a weird format or something. Removing that particular worksheet allows my program to run normally.

    Thanks!

  4. Hi,

    I've got a program that converts Excel worksheets into 2D arrays of strings.

    I'm having a problem where Excel does not close if I use the 2D array for anything.

    post-18058-039896600 1282763708_thumb.jp

    If I do not use the array, Excel closes fine.

    post-18058-094061200 1282763701_thumb.jp

    I've attached Labview 8.6 files of both the working and nonworking versions. It would be great if someone can tell me what I've missed here. Suggestions for simpler ways to do this are also welcome, as I'm a little new at ActiveX.

    Thanks!

    Excel Test Works.vi

    Excel Test Fails.vi

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.