hi everyone, I need any help
I want to able to convert any time to type byte.
thanks in advance
Printable View
hi everyone, I need any help
I want to able to convert any time to type byte.
thanks in advance
Since a Byte only holds 8 bits, it cannot hold enough information. You can, however, use a byte array. I think StrConv() should be useful there.