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
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
Comment