Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Visual Basic (https://www.askmehelpdesk.com/forumdisplay.php?f=469)
-   -   Separating Numbers (https://www.askmehelpdesk.com/showthread.php?t=144989)

  • Oct 25, 2007, 04:52 PM
    ali68
    Separating Numbers
    Hi,

    How can separate this A7BD Hex value to those A7 and BD in VB6.

    Thanks
  • Oct 29, 2007, 05:50 AM
    Duane in Japan
    You have alphanumeric data, do some research on SubString in MSDN Database for vb6 needs, I looked around but it did not seem to fit easily, what the examples were, they were complicated I would say and not exactly what you were looking for exactly, it has to be easier than this. String split is also an area for research.
  • Oct 29, 2007, 05:52 AM
    ScottGem
    What arre you trying to accomplish. A number in hex is stored as text not a number. So the Left and Right functions should be able to parse it.

  • All times are GMT -7. The time now is 01:05 AM.