Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
How to convert NSMutableArray dataset into float dataset.
Below code displaying total data when we use like;
VB
Webservices *details=[[Webservices alloc] init];
    [details getMobileNumberDetails:phnotextfield.text];
    NSLog(@"longitudes Arrays from %@",details.resultData);

 "-91.57696007",
     "10.343234",
     "74.982343",
     "76.464844",
     "76.464844",

but my intension is I have to store the total data into float variable.
Help me to solve the problem.
Posted
Updated 10-Jan-12 1:56am
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900