put byte value into a string
I have made an decrypt routine. if i us a msgbox to display the result then the function works. When i want to put the result in an variable i got an error
how can i solve this problem
data() = Crypto.Decrypt(PassPhrase,secret())
Msgbox(bit.BytesToString(data(),0,ArrayLen(data()) ))
a=(bit.BytesToString(data(),0,ArrayLen(data())))
|