really basic question, I have a string to generate as SQL state开发者_C百科ment that I need to run through a loop to add all the relevant criteria. How do I concatenate the statement.
Take a look at this post:
Shortcuts in Objective-C to concatenate NSStrings
精彩评论