» sylbilassys - Mid function like vb
For example: let's saya i want to choose only a few char from string
char String="Md Diah"
char *CharChunk;
CharChunk= mid(string,4,3) ---code in vb
printf("CharChunk value now is %s \n",CharChunk);
Output
---------------------
Charchunk value now is Dia
How olll
-- posted by sylbilassys
Please follow the guidelines set forth in the Suite101 Posting Etiquette when adding to the discussion.