Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DeathSurfer

  1. DeathSurfer

    Converting a string to an array of integers

    Duuuudes: Is there an easy way in vba to convert a string to an array of integers. For example: I have this particular array of numbers in the element <column_data_types> in a xml file: <column_data_types>1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 1, 1, 1</column_data_types> I have a function that...
  2. DeathSurfer

    Need help with XPath syntax

    All: This has been answered on the .xml and the .net framework forum. Here's the link: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1365211&SiteID=1
  3. DeathSurfer

    Need help with XPath syntax

    Duuudes: Need help with XPath syntax. I'm new to XPath so bear with me. In the following statement, The way I understand XPath so far should recursively look in the xml file below for every <worksheet_name> element whos value is "Fabric Roll Data" then recursively look for the...
  4. DeathSurfer

    Passing arguments to a function while returning an array

    Thanks dudes. I'm a noob programmer so I've got a lot to learn. Preciate your help. Later.
  5. DeathSurfer

    Passing arguments to a function while returning an array

    Thanks PHV. This returned 2 in a message box and there was 3 items in the array so the array was getting passed. What confuses me is that when I step through the program and return back into the GetFBRData() subroutine, the watch that I set for getXmlElementNV "worksheet_name" function looks as...
  6. DeathSurfer

    Passing arguments to a function while returning an array

    Is it possible to pass an argument to a function that in turn returns an array? For some reason when I call the function getXmlElementNV from GetFBRData() below while passing an argument it will not pass the array back to me. The getXmlElementNV function gathers the node values from an xml file...

Part and Inventory Search

Back
Top