Announcement

Collapse
No announcement yet.

Different between VB and PB...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Johan Karlsson
    Guest replied
    Thanks Borje!

    It´s function perfect now..

    Leave a comment:


  • Borje Hagsten
    replied
    Dest = Dest + HEX$(SrcAsc, 2)

    BTW - sure was many new postings to read here tonight..

    Leave a comment:


  • Johan Karlsson
    Guest started a topic Different between VB and PB...

    Different between VB and PB...

    Hi,

    Can you help me and translate this code into PB code.
    That is now VB code.

    Dest = Dest + Format$(Hex$(SrcAsc), "@@")

    'SrcAsc' as integer variabeln
    'Dest' as string variabel

    From Johan Karlsson
Working...
X