Re: how convert objid value to string
On Tue, 2007-02-06 at 12:33 +, Dave Shield wrote: > On 06/02/07, eremin <[EMAIL PROTECTED]> wrote: > > how next I can convert vars.objid to string for next manipulation > > (parsing for vendor recognizing and e.t.c)? > > Use > sprint_value() > > Da
how convert objid value to string
Hi all, in ths code: for (vars = response->variables; vars; vars = vars->next_variable) print_value(vars->name, vars->name_length, vars); if (vars->type == ASN_OBJECT_ID) { how next I can convert vars.objid to string for next manipulation (par
