I am a beginner at this stuff so its probably something easy im asking. However I am trying to pass an array of data to a function and I keep getting this error:

missing ) after argument list

[IMG]http://astro.temple.edu/~tua11553/error.bmp[/IMG]


The "7 For All Mankind Relaxed Vintage Honululu Denim" is one string. I am assuming this is my problem.

Any help is greatly appreciatted

Man put your code here. And make sure to use code tags :). Then only we can help you.

Well by seeing the image. It should be something like this.

GetProduct("7 For All Mankind Relaxed Vintage Honululu Denim", 1028, 215);

not

GetProduct(7 For All Mankind Relaxed Vintage Honululu Denim, 1028, 215);

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.