Thursday, 12 July 2018

Comma separated Values Method

static void Job(Args _args)
{
   container c;
   str       s;
    ;
   s= "kranthi,kumar,Myname";
   c = str2con(s,",");
conview(c);
}

No comments:

Post a Comment