Excuse me if it is too evident... but i am a newbie..
Does anyone knows any function for reading a REG_BINARY which stores the ASCII characters of a String?
Thank you soo much in advance.
Pedro
ReadRegBin?
2 posts
ReadRegBin is not available because the values can contain null characters and it's impossible to process this data with normal string functions.
You will have to write a plug-in that handles the things you want to do with binary values.
You will have to write a plug-in that handles the things you want to do with binary values.