Wondering if we have something like vb6 with..End With Statement in Objective-c?
Example:
With Object
.a = "aaa";
.b = "bbb";
End With
I know that there is something called blocks concept, but i am not sure whether it is available in 10.5 Leopard.
Thanks