I want to create a loop that adds the first value "this" by the command
now i want to append a null and move it one more space to the right so i can haveCode:strcat(l->value,l->db.param_value.val);
if i do strcat continuously in a loop it just gives me "thisis", anyone have a suggestion on how to do this ?Code:"this"'\0'"is"'\0'
Ive tried the statement below it didn't work
Thank you!Code:l->value= l->value[1 + strlen(l->db.param_value.val)]; AND l->db_cmd += strlen(l->db.param_value.val) + 1;



LinkBack URL
About LinkBacks



