Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~177 People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for sakthi@daniweb

UINT8 *command = "21,451,30,50,.......last parameter" (like this i will have variable no of numerical parameters. but i will knowing the no of parameters each command has.) using sscanf i need to store this in a array array [20] like array[1] =21; array[2] =451; array[3] = 30; array[4]=50; .. .. array[n] …

Member Avatar for planetmirchi
0
177

The End.