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!

Search results for query: *

  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

    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...
  3. 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