>>>>> On Wed, 26 Apr 2006 16:49:35 +0200, "William Rizzo" <[EMAIL PROTECTED]> >>>>> said:
William> my need is to convert a string to a long int... William> generally i use atol(); William> but it won't work. i'm trying so: William> snmp_set_quick_print(1); William> value = atol((vars->name, vars->name_length, vars)); William> is this correct? William> i receive a well formatted output using print_value(), but i need to William> manipulate the data with mathematical expressions.... William> Can someone help me? vars->name is an integer array that contains the OID components not the value. I think you want to print var->val.SOMETHING to get the value, or you'll have to manipulate each component of the name array if you wanted to do your mathematical expressions on the OID (unlikely). -- Wes Hardaker Sparta, Inc. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders