Search results

  1. M

    Newbee needs help.

    The value is correct, thats exactly what I would require as my output. However I've just run ?h2b("3C4C") in my immediate window and it still doesn't work. Would it be down to different versions? Anyway, besides the HextoBinary issue, how would I run the mid command you gave me on a whole...
  2. M

    Newbee needs help.

    No it doesn't work for me, although its probably something i've done, not the code thats the problem. Can't it be done with a Mid command? The only reason is that this process of selecting the hex word and converting it needs to be a completely automated process that takes place when the .txt...
  3. M

    Newbee needs help.

    The "HGUS=3C4C (01,11,01,11)" is imported into one field. Frustratingly the format of the txt. file cannot be changed as its the output of another program.
  4. M

    Newbee needs help.

    Ive found some code online, whether it works or not im not sure, i was going to try and get over this hurdle first before I worried myself with the conversion Hex to binary: Function h2b(hstr) 'convert hex string to binary string cnvarr = Array("0000", "0001", "0010", "0011", _...
  5. M

    Newbee needs help.

    Hi Guys, I am very new to VB programming (started last week) and have minimal previous experience with other languages. I have thrown myself straight into the deep-end and I am trying to create a database with a large amount of procedures. A quick summary would be an engineering database...
Back
Top Bottom