Hi,
I need to change a single number into 4 bytes.
Eg. '123.456= "´éöB"

My standard way was to send the number to a binary file using the put statement and then read it back using input.

Is there any better way to do this so that I don't need to write to a disk?

Thanks

Rob