String formatting problem
String formatting problem
- Subject: String formatting problem
- From: "Daniele M." <email@hidden>
- Date: Mon, 20 Oct 2003 12:53:49 +0200
Hi,
I have four NSString of variable length. I need to apply a right align
to all these string. Now i must to found the most length strings + 1.
With a cicle for each string i need to add before the first char of the
string an empty string of length (max string+1)-(current string
length).
Is there a method to add these " " characters without using
insertStringAtIndex: method?
Thx
_______________________________________________
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.