iphone - Mutiple inputs for function -


Hello, I have a function as shown below and at this time I call it a variable to SearchTerm I want to pass it to another variable (another string) How do I do this?

  - (zero) GetYoutube: (NSString *) SearchTerm {}   

Thanks for your future help: p

See below:

  (zero) GetYoutube: (NSString *) SearchTerm withOtherString: (NSString * ) MyOtherString {}   

will give you suggestions to go to obj-C ...

thanks

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -