How to concatenate two values?
How to concatenate two values?
- Subject: How to concatenate two values?
- From: Ronald Hofmann <email@hidden>
- Date: Thu, 3 Mar 2005 13:35:20 +0100
Hi everybody,
first of all I would like to say thank you to the people who help us
newcomers with great hints.
My problem is as follows:
I have values which already work fine.
NSCalendarDate *now=[NSCalendarDate calendarDate];//this is a date
value
NSString *myPath = NSHomeDirectory();//this is a string value
I want to concatenate both values.
Something like "myString= myPath&now;" but this does not work because
of the diffenrent types.
I canĀ“t find how to do this. Any hints out there?
tia, Ronald
===============
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden