Hi,
I have the following, MakeCmd$ = "SY" & 0 & (size% + 1) & Data$ & chk%.
This creates SY0387142, this relates to, SY,0,3,87,142.
I want put this in a textbox in hex format.
I have tried various methods, such as 'CmdData1.Text = CmdData1.Text + Format(Hex$(Asc(Mid$(CmdStr$, Count%, 1))), "0#") + " " but
this does not work correctly.
Any hints were am going wrong would be appreciated.
Regards,
I have the following, MakeCmd$ = "SY" & 0 & (size% + 1) & Data$ & chk%.
This creates SY0387142, this relates to, SY,0,3,87,142.
I want put this in a textbox in hex format.
I have tried various methods, such as 'CmdData1.Text = CmdData1.Text + Format(Hex$(Asc(Mid$(CmdStr$, Count%, 1))), "0#") + " " but
this does not work correctly.
Any hints were am going wrong would be appreciated.
Regards,