Bugs item #753483, was opened at 2003-06-12 20:10 Message generated for change (Comment added) made by willdean You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432066&aid=753483&group_id=42081
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Hugh Robinson (hrobinsontx) Assigned to: Nobody/Anonymous (nobody) Summary: hexconv only processes the first 4 digits Initial Comment: hexconv (under Functions) appears to only process the first 4 digits. If you enter more than this (e.g. hexconv 10000) you appear to get the value from the first 4 digits only (in this case 1000) 1. It would be useful to indicate that the maximum limit has been reached and give an error message instead of the 'wrong' value 2. Could you increase the number of characters that are processed? Dealing with hex numbers of at least 8 digits is pretty common. ---------------------------------------------------------------------- Comment By: Will Dean (willdean) Date: 2004-07-20 22:08 Message: Logged In: YES user_id=130313 I've just fixed this (20th July 2004) in the CVS repos. Now uses .js 'eval' function to evaluate hex number directly. ---------------------------------------------------------------------- Comment By: Hugh Robinson (hrobinsontx) Date: 2003-06-12 20:13 Message: Logged In: YES user_id=799938 Forgot this info: Using Version 3.1.6.0 on Win XP Prof SP1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432066&aid=753483&group_id=42081 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
