Jump to content

test001only

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

test001only's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I am using MS XML DOM ActiveX to parse through XML file I have. I want to retrieve comments from the XML document and I tried using "comment()" function along with the xPath String. It seems to be not working. Actually when I try to retrieve all the elements from an XML document, it does not get the comments at all. Any way out of this. Thanks...
  2. When copying files of huge size in Windows, I have seen that Windows allocates block of memory required for that file even before it starts copying it. How to do the same using LabVIEW? I actually want to allocate contiguous memory if available. I have tried using Set file size VI, but it does not seem to allocate memory for the file.
  3. QUOTE (Yair @ Sep 26 2008, 04:49 PM) Yes it is not available in 8.2. I guess I will have to use Dynamic dispatch method in each of the classes!
  4. QUOTE (Yair @ Sep 26 2008, 04:08 PM) Which version of LabVIEW has it? I am using 8.2.1 and I am not able to find it.
  5. Hi All, I have a base class object array into which I have typecasted many different child class objects and am passing it to a sub vi. Is there any way by which I can find out the original type of the object of each individual elements in the array? Thanks ...
×
×
  • Create New...

Important Information

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