instance variables...
instance variables...
- Subject: instance variables...
- From: "Patel, Nilesh M" <email@hidden>
- Date: Fri, 30 Jul 2004 16:40:30 -0400
- Thread-topic: cocoa-dev digest, Vol 2 #4583 - 16 msgs
Can anyone provide information on a simple problem I am having. I have a bunch of instance variables that I have appended all into one string [NSLog(@"")]. I know instance variables are just that, an instance, but is there a way in COCOA that I can call them from another file within my project. They way I have my app set up currently is that I have an filename_mysql.h and filename_mysql.m doing all of the mysql part. But I need a way to call those instance variables so I can run my mysql_query. Is there a way I can call on this instance variables from another file.m within the project?
I tired putting mysql calls into the same file as my instance variables and it works perfectly fine. But I kinda wanted to create a generic mysql files which I can use in multi-projects without changing anything.
-----Original Message-----
From: email@hidden
[
mailto:email@hidden]On Behalf Of
email@hidden
Sent: Friday, July 30, 2004 12:21 PM
To: email@hidden
Subject: cocoa-dev digest, Vol 2 #4583 - 16 msgs
Send cocoa-dev mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of cocoa-dev digest..."
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
End of cocoa-dev Digest
==============================================================================
The contents of this message, together with any attachments, are intended only for the use of the person(s) to which they are addressed and may contain confidential and/or privileged information. Further, any medical information herein is confidential and protected by law. It is unlawful for unauthorized persons to use, review, copy, disclose, or disseminate confidential medical information. If you are not the intended recipient, immediately advise the sender and delete this message and any attachments. Any distribution, or copying of this message, or any attachment, is prohibited.
==============================================================================
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.