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 Mike Lewis 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. DunLudjin

    Multiple Replacement within a loop help.

    I'm using windows and taking the paths into a file. An example path is: M:\O&M Manuals and Databooks\Manual by Job No\Job 9200s\9216\3.0-Manufacturing\3.8-Welding-MTRs\3.8.1-Piping\3.8.1.3-Video-Borescope\3.11.1.3.3-Blowdown-Piping\9216BLDN Weld #10, Detail B.swf A number of these are in the...
  2. DunLudjin

    Combining hash values for like hashs.

    I tried the first and I was able to combine the quantities, but was unable to combine the tags. The second as able to give me what I needed. Thanks to all that responded.
  3. DunLudjin

    Combining hash values for like hashs.

    I'm looking for a hash like: ================================ 507: quantity=6.0000 ,description=THERMOWELL ,tags= TW-3 TW-1 TW-2,partnum=2202579000 658: quantity=1.0000 ,description=FLOWMETER ,tags=FE-1/FT-1 ,partnum=2901675000 ================================ I would love the have the...
  4. DunLudjin

    Combining hash values for like hashs.

    I have the following data that is read into a hash ============================================== 507: quantity=1.0000 ,description=THERMOWELL ,tags= TW-3,partnum=2202579000 658: quantity=1.0000 ,description=FLOWMETER ,tags=FE-1/FT-1 ,partnum=2901675000 557: quantity=1.0000...
  5. DunLudjin

    Sorting an array of arrays, with Latex Output...

    Thank you all very much for your help! I don't know what I would accomplish without such help. Shawn Way
  6. DunLudjin

    Sorting an array of arrays, with Latex Output...

    You are correct. I mixed the gate and ball valves. I think I see how it is done, using the second array. I'll give it a shot and see how that works. Thanks!
  7. DunLudjin

    Sorting an array of arrays, with Latex Output...

    I have an array that I'm trying sort. The array is @parts = (1,2602344000,Ball Valve,1.0000,array(memaddress),2,2602345000,Gate Valve,2.0000,array(memaddress)...) The array(memaddress) contains tags (V1) for the first and (V23,V40) for the second. The record is really 1,2602344000,Gate...
  8. DunLudjin

    Suggested data structure advice....

    That is exactly what I am trying to do. In some cases I may end up with: (1, 260...., CHK VLV,[V10,V12,V15,V16]) Afterwards I will be sorting on the short description and the 260... number, creating a LaTeX table on the result ad pulling PDF's with the 260... number.
  9. DunLudjin

    Suggested data structure advice....

    I have a text report from some software. I'm trying to collect the data from the text file into a meaningful data structure and I would like some suggestions for this. The data is set in a text file as follows: ========================================================== Item*...
  10. DunLudjin

    Renaming files to not had a space in them.

    This worked perfectly! Now I need to figure out exactly what it does... Thanks
  11. DunLudjin

    Renaming files to not had a space in them.

    I'm trying to use Perl for text processing for Latex. One of the big problems I have is spaces in file names in both in the current and sub directories for PDF files. I'm trying to use Perl to detect the PDF file in all the subdirectories and rename the file removing the spaces and putting in...

Part and Inventory Search

Back
Top