I just have two questions on Obj-C. I have a string value: "234.67". How can i change the dot to comma? Resulting 234,67?
Another questions is, how work the split/division on Obj-C? I have a value, 255.45 and i want to divide it twelve times.
Thanks!