Hi people.
Can anyone tell me how I can convert a string into Hexadecimal values. e.g 'BaD' to '%42%61%44'. I've tried Hex() which seems to only work with numerics and ASCW(), which converts to decimal but can't seem to find anthing to do this.
The reason I'm trying to do this is I'm building a dynamic MailTo: link and I need to preserve capitalisation and spacing within the body.
Thanks a lot.
Can anyone tell me how I can convert a string into Hexadecimal values. e.g 'BaD' to '%42%61%44'. I've tried Hex() which seems to only work with numerics and ASCW(), which converts to decimal but can't seem to find anthing to do this.
The reason I'm trying to do this is I'm building a dynamic MailTo: link and I need to preserve capitalisation and spacing within the body.
Thanks a lot.