July 3, 2018 at 11:55 am
#16010
Hi, thanks for your answer.
Yes, lBinVar is a generic binary variable, whereas lCharVar is a character value (of proper length).
What bugs me is that the bintobase64() function seems to always return a binary variable rather than a char(string). I think this is wrong since a conversion to base64 is supposed to return a string..
So i thought that either I’m not using this function the correct way or the function is bugged/not properly documented. I’m currently forced to use the OXML object, which usage is not recommended for REST requests.
I’m looking forward for an answer. Bye