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 Wanet Telecoms Ltd 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. Courtney1306

    hex function

    I have a file in excel with two columns of hex numbers. I need to change them all to decimals. The code works when I use a specific hex, but when I try to search the field it prints all 15's from first column when they should be 0. The second column is also wrong. Can someone help?! open...
  2. Courtney1306

    Search file

    I have a program in which the user is asked for two numbers. The program then searches a specific csv file and returns the count of the two numbers. The counts then need to be placed in the next two columns of the same file which was searched. The file I am reading in has three colums, about...
  3. Courtney1306

    Read data from CSV file in PERL

    I am writing a program which reads a file that has three columns in excel. When a user inputs a specific number from column 1, I need to find each instance it occurs and the information in columns 2 and 3 on those same lines. How can I do this?
  4. Courtney1306

    Converting Files

    I am trying to convert a binary file into a CSV file in Perl. I have the binary file saved on my computer and I need to import that into Perl. I then want to convert it to a CSV and save under a new name to be used in a Vector Signal Processor. Does anyone have code to help me with this? I...

Part and Inventory Search

Back
Top