PartyPooper Posted February 13, 2010 Share Posted February 13, 2010 I need some ideas on how to quickly convert hex values up to FFFFFFFF (4294967295) to numbers. The built in Hex() function only allows for values up to 7FFFFFFF (2147483647). Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 13, 2010 Moderators Share Posted February 13, 2010 PartyPooper,Perhaps the BigNum UDF which you can find here? MMM23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
PartyPooper Posted February 13, 2010 Author Share Posted February 13, 2010 Thanks Melba23 but the BigNum UDF only deals with decimals, not hexidecimals. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 13, 2010 Moderators Share Posted February 13, 2010 PartyPooper, How about this then? You do realise there is a search function on the forum? M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
PartyPooper Posted February 13, 2010 Author Share Posted February 13, 2010 Thanks for the link, I'll check it out. Yeah, I did a search first for everything "hexidecimal" but I didn't see anything that showed promise. Maybe I should've tightened the search a little Link to comment Share on other sites More sharing options...
whim Posted February 13, 2010 Share Posted February 13, 2010 (edited) .. or maybe search for "hexadecimals" ... whim Edited February 13, 2010 by whim Link to comment Share on other sites More sharing options...
PartyPooper Posted February 13, 2010 Author Share Posted February 13, 2010 Ahhh, no wonder I didn't find that link - gota lern to spel beta Link to comment Share on other sites More sharing options...
whim Posted February 13, 2010 Share Posted February 13, 2010 search has no "Did you mean ..." like Google, i guess we all tend to get spoiled by that ... whim Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now