Search found 1 match

by paulus123
Fri Oct 25, 2013 11:36 am
Forum: QBASIC and QB64 Questions & Answers
Topic: writing a hex value to file
Replies: 1
Views: 9223

writing a hex value to file

Hi,
I have a hex value as string and want to write it to a file.
the hex number is F088 for example
this should be $F0 and $88 in the file and take two bytes of space.
(hi and low byte)