[F-Script-talk] NSString stringWithFormat
Brought to you by:
pmougin
From: J.C.Burns <jc...@fa...> - 2006-03-27 15:29:59
|
I'm trying to do what in pure Cocoa/Obj-C would be: hexColorString = @"#%02x%02x%02x"; htmlString = [NSString hexColorString,[[form4 cellAtIndex:0] floatValue],[[form4 cellAtIndex:1]floatValue],[[form4 cellAtIndex:2] floatValue]]; But I understand from F-Script-talk digest, Vol 1 #85 on October 21, 2004 > Currently F-Script does not support calling a method with variable > number of arguments. Has that changed? Or, more to the point, is there an alternative way to use something like printf strings or use the stringWithFormat method? --jcburns |