したがって、次の NSmutableArray があります。
Printing description of globals->_info:
<__NSCFArray 0x8a979c0>(
{
rep = "name";
PriceA = 150;
PriceB = 150;
nextInvoice = 1001000001;
},
{
rep = "othername";
PriceA = 150;
PriceB = 150;
nextInvoice = 1001000001;
}
)
nextInvoice を 1 ずつインクリメントするにはどうすればよいですか?
ありがとう!