gasfusion One more thing...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jjh
    New Member
    • Sep 2006
    • 21

    gasfusion One more thing...

    If I am needing to bring in a nae of a book there will i have to set title to a 2d array or can i use it as a 1d array???
  • gasfusion
    New Member
    • Sep 2006
    • 59

    #2
    your array is only going to contain the title?

    Comment

    • jjh
      New Member
      • Sep 2006
      • 21

      #3
      Originally posted by gasfusion
      your array is only going to contain the title?
      yes just the title of the book and then i am going to use parallel arrays for keywords in the book.

      Comment

      • gasfusion
        New Member
        • Sep 2006
        • 59

        #4
        1D array is fine because it'll still have a numeric value assigned to each title in the array.

        Comment

        Working...