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
1 Posted Topic
Re: scanf problem
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] …
The End.
planetmirchi