Bugs item #753483, was opened at 2003-06-12 19:10 Message generated for change (Settings changed) made by kimgrasman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432066&aid=753483&group_id=42081
Category: None Group: None >Status: Closed >Resolution: Fixed 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 21: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 19: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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel
