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 TouchToneTommy 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: *

  • Users: ppat60
  • Content: Threads
  • Order by date
  1. ppat60

    data type confussion

    I am not sure what data type to use. I have three structures that are made 27, 18 and 17 elements. In PHP I have them as Arrays. But I am not sure that is the Best way in C#.I am new to C# and not sure about using Array, ArrayList, Enums. I need to set my three sets of elements then access...
  2. ppat60

    Iteration question when reading CSV

    My last issue at last :) . I have uncovered a poor logical error on my part. I hope the CSV file and being reading it in(that was the easy part). I only want to read in the first 4 turns/players and store their data(okay that wasn't to bad either). I am using a for loop for that one. Then I use...
  3. ppat60

    When is it a good time to create another class in php?

    When is it a good time to create another class in php? I have functions that belong to three separate arrays, that are getting very large in class Player. Which me asks how does one class in php call another class to use it member functions? Thanks in advance.
  4. ppat60

    Best way to read a CSV file

    Hi I am very new to C# that my first learning curve. :) My question is How do I read a CSV(Comma Separated Value) file to be processed? Or should I ask what is the best way to process a CSV? Thank you in advance.
  5. ppat60

    I am not sure why it won't compare?

    I am passing in $data as an array Color, Number(1-6); $RouteTwo is an array of 18 elelments of colors{Red, Yellow, Green, Blue, Black}; and $saveNewPos is a variable that stores a color from another function. I want to compare $data[0] to $saveNewPos, but it does not appear to work. when I echo...

Part and Inventory Search

Back
Top