Richard, can you help us on this?
Yen-Ju Chen wrote: > > Just confirm that NSPredicate works except the %d. > But it is not a big issue and can easily work around. > My current idea for this problem is to pre-parse the format string for the va_list case and store the arguments in an NSArray and invoke the init with array method. In the process packaging all the integers and floats up as NSNumber. Do you think this will work? And is there a simple way to implement all the printf details we need? With that in place nextArg would only access the array and the rest of the code could stay as it is now. Cheers, Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
